PaulStoffregen / AltSoftSerial

Software emulated serial using hardware timers for improved compatibility
http://www.pjrc.com/teensy/td_libs_AltSoftSerial.html
334 stars 131 forks source link

Support Arduino Nano Every #57

Open harryberlin opened 5 years ago

harryberlin commented 5 years ago

Is there a way to get it wokring with Arduino Nano Every?

PaulStoffregen commented 5 years ago

Probably, but I'm not going to work on porting anytime soon. Maybe you can find someone who knows enough about AVR timers to do this work and send a pull request?

khoanhvo commented 4 years ago

Hello I am working with Arduino Nano using AltSoftSerial. I test the operation by sending data from PC -> Serial -> AltSoftSerial -> PC. And do the opposite. AltSoftSerial reads data from PC very well. I have verified at 115200. But Write is not working correctly. I send "Serial Say hello!" -> AltSoftSerial -> PC result: "Seri? L Say hel? O!" Please reconsider this issue. thanks.

harryberlin commented 4 years ago

Note: Nano Every is not the same like usual Nano. Open your own issue. In my case, usual nano is working.