hacker-cb/modbus-dart

How about the rtu mode without tcp?

VesperHan opened this issue · 7 comments

How about the rtu mode without tcp?

You mean RTU with Serial?
Serial is not implemented yet. Contributions are welcome

请问接受和发送都能实现吗?

MR welcome

I saw your example,I do not see the sent code, I see 'var slaveIdResponse = await client.reportslaveid ();'Is the send performed here

With this version of the code I only read data, but can I write data to a device?

@Exquemelin yes, you can write. Something like client.writeMultipleRegisters(), client.writeSingleCoil(), etc

Ah, ok. Thank you for your fast support. I will try it.