How about the rtu mode without tcp?
VesperHan opened this issue · 7 comments
VesperHan commented
How about the rtu mode without tcp?
hacker-cb commented
You mean RTU with Serial?
Serial is not implemented yet. Contributions are welcome
doudouaixiaoyu commented
请问接受和发送都能实现吗?
hacker-cb commented
MR welcome
doudouaixiaoyu commented
I saw your example,I do not see the sent code, I see 'var slaveIdResponse = await client.reportslaveid ();'Is the send performed here
Exquemelin commented
With this version of the code I only read data, but can I write data to a device?
hacker-cb commented
@Exquemelin yes, you can write. Something like client.writeMultipleRegisters()
, client.writeSingleCoil()
, etc
Exquemelin commented
Ah, ok. Thank you for your fast support. I will try it.