Ec25 to Node-red

Hi
I’m using Ec25 modem to send data to PC. I want to apply node –red application.The location address at my pc is [http://192.168.7.48:1880. But when I try to access via qnavigator it failed and got an error as below.Please advise.

/* Use AT+QIOPEN=1,0,“TCP”,“192.168.7.48”,1880,0,1 to connect to a TCP server (IP address: 192.168.7.48:1880). */

[2020-08-10 16:43:32:123_S:] AT+QIOPEN=1,0,“TCP”,“192.168.7.48”,1880,0,1

[2020-08-10 16:43:32:182_R:] AT+QIOPEN=1,0,“TCP”,“192.168.7.48”,1880,0,1

[2020-08-10 16:43:32:182_R:] OK

[2020-08-10 16:45:32:325_R:] +QIOPEN: 0,566

Rgds
Nazri

Dear Sir,
Thanks for your inquiry in Quectel forum.
About your issue, please double check whether your PC IP can connect to module IP. As you know that your PC IP 192.168.7.48 is in the local area network, not wide area network. Normally, it can not connect module and your IP directly, you need to map your PC IP to public network. You can try to PING module IP in your PC to confirm whether the network is connect or not. Thanks!

Hi Kyson
I’m newbie for quectel.How to know module IP?Is that via AT+QIACT?If i the case,I got 10.139.34.224.When I PING 10.139.34.224 at my PC,I got response as below:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss)

Dear Sir,
Yes, you can use AT+QIACT? to get module IP. If you cannot ping module successful, which means that the module and your PC are not in the same local are network, you can not connect them directly. Thanks!