RapidScada / scada

Contains Rapid SCADA sources
Apache License 2.0
680 stars 311 forks source link

New Communication layer #58

Closed mhanuel26 closed 6 years ago

mhanuel26 commented 6 years ago

Hello Mikhail,

I would like to know if it might be possible to write a communication layer that encapsulate modbus RTU/ASCII PDU, the idea is to send the serial command over TCP/IP but not using modbus TCP.

Could you please point me how should I add this layer on the code?

Will appreciate your comments,

2mik commented 6 years ago

Hello, This is already possible. You should define TCP client as communication channel and set Modbus RTU or ASCII in the properties of a device.