We have a scenario where several devices are connected to the same COM port. Each device has an access code, which is determined manually in the device.
Can I access all connected devices using an access code in C # ?. Does anyone know how to do this?
In my case, several devices are connected to the same port, but the slave addresses are different. How can I access all the slave addresses in C # code to limit that the other device does not have the same slave address?
- #
,
, , RS232 .net forms. , .
:
a) , (.. ) -
b) (.. )
, .
, "" , , , , , (, TCP), .
byte description ---- ----------- 00 command 01 address >=02 data
, , .
Source: https://habr.com/ru/post/1717039/More articles:Help interpret gdb: segfault in function - cSQL error logging - sql-serverDjango preview, TypeError: 'str' object cannot be called - djangoHow to use AXSD in SQL Server? - sqlHow to check if a job is disabled or not in sqlserver 2005 management studio? - sqlproblems with waiting -send: spawn id exp4 does not open - unixHow to repeat a certain execution several times - maven-2how to make WCF webHttp behavior accept HEAD verbs? - httpКак я могу заставить TextBlock буквально сказать "{Binding}"? - textStop inserting into table if record already exists - sqlAll Articles