albert1119 / simple-modbus

Automatically exported from code.google.com/p/simple-modbus
0 stars 0 forks source link

V4.1 #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Since Arduino V1.0, Serial.flush() is needed to flush out all the characters in 
the transmit buffer. SimpleModbusSlave did not implement this and as a result 
when half duplex communication is used with a MAX485/487 driver the full frame 
was not transmitted.

This is now fixed in V4.1. Tested 100% 

Original issue reported on code.google.com by bester.j...@gmail.com on 2 May 2012 at 11:37

GoogleCodeExporter commented 8 years ago
Hey.
FIO does not work, any known incompatibility?
With Mega ONE and no problems
regards

Original comment by j.cueli....@gmail.com on 12 Jun 2012 at 6:36

Attachments:

GoogleCodeExporter commented 8 years ago
The FIO only goes to 57600bps at the 8MHz specified. So anything above 57600bps 
wont work.

Original comment by bester.j...@gmail.com on 12 Jun 2012 at 11:20