SlashDevin / NeoSWSerial

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

#error MCU not supported by NeoSWSerial! #25

Closed ThierryGo1 closed 6 years ago

ThierryGo1 commented 6 years ago

Is Intel Currie (UDOO board, genuino 101) supported by NeoSWSerial ? And, does exist it any modification to do for work correctly ?

SlashDevin commented 6 years ago

No. The hardware is quite different. NeoSWSerial is for AVR 8-bit hardware (UNO, Mega, Tiny, etc.)

ThierryGo1 commented 6 years ago

OK, TU Thierry