SlashDevin / NeoSWSerial

Efficient alternative to SoftwareSerial with attachInterrupt for RX chars, simultaneous RX & TX
169 stars 42 forks source link

Value is wrong if passed by interrupt, but correct if pulled from Buffer #27

Open GoingForGold13 opened 6 years ago

GoingForGold13 commented 6 years ago

I take the opportunity to use this board as well. Complete description of my issue can be found here:

https://forum.arduino.cc/index.php?topic=559433

I am testing this on Arduino Pro Mini, 328P 3.3V.

If I read the Serial Buffer, all data can be read perfectly. However, if I use the interrupt functionality, some parts seem to be wrong. Interestingly, it always seems to be at a similar location of the "string" where it fails.

Any ideas? Thanks!