0

I need to know I have one serial IP modem device in which I can set my TCP/IP address.

How can I receive data with help of nodejs?

Is it possible with Modbus packages?

vipul patel
  • 81
  • 1
  • 5
  • How to receive data from what and to what? The modem works as an TCP server or TCP client? NodeJS can be used as TCP client or server, usign modbus or not. – Luiz Fernando da Silva Jul 11 '18 at 18:55
  • Modem as TCP client and nodejs TCP server multiple modem can connect. Mod of communication is modbus – vipul patel Jul 12 '18 at 02:47
  • 1
    So the modem is a TCP client but is a TCP server in relation the other modens who will connect. In this case, the first modem is a TCP server and the others are the TCP client. In principle, this approach does not need to use modbus tcp. – Luiz Fernando da Silva Jul 12 '18 at 14:59

0 Answers0