Open GoogleCodeExporter opened 9 years ago
Could you try this application with my AltSoftSerial library?
http://www.pjrc.com/teensy/td_libs_AltSoftSerial.html
Please be aware that AltSoftSerial requires specific pins for transmit and
receive. You can't just select any pins you want, as with normal
SoftwareSerial. But it uses the 16 bit timer's input capture and waveform
output features (which are only on specific pins) to dramatically reduce
interrupt latency.
Original comment by paul.sto...@gmail.com
on 3 Jul 2012 at 7:43
I've just seen this same problem when using a Uno with an RFD900 radio modem
(http://www.rfdesign.com.au/rfd900) which has an Si1000 uC on it. The nominal
error of its baudrate generator at 57600 is 0.15%.
The suggested new timings work correctly.
Original comment by pel...@gmail.com
on 11 Feb 2013 at 8:15
I have seen this on an Uno also 38,400 worked best with my Xbee Arduino system
http://kiwitricopter.blogspot.co.nz/2012/10/simple-arduino-rx.html
Original comment by nickatre...@gmail.com
on 11 Feb 2013 at 8:23
Original issue reported on code.google.com by
kri...@gmail.com
on 30 Jun 2012 at 11:39