SlashDevin / NeoHWSerial

Arduino HardwareSerial with attachInterrupt for RX chars
47 stars 21 forks source link

NeoHWSerial on non AVR core #8

Open Fred998 opened 6 years ago

Fred998 commented 6 years ago

hello SlashDevin On my Arduino DUE NeoHWSerial does not compile, I would like to use it in your excellent NeoGPS for a GPS lap timer and data logging on SD. Do you plan to wear NeoHWSerial on non AVR core like SAM or SAMD for arduino DUE or MKR? How can we help you? or what are the steps to get there?

ninja2B commented 5 years ago

Fred998 you can do that using NeoGPS but without NeoHWserial. Have you seen this working example for Due in Arduino forum? I've just posted my latest version there.

My understanding is SlashDevin is not planning a version of NeoHWserial for Due, as the architecture is so different.

Fred998 commented 5 years ago

Ok thanks ninja2B! I look at this. It's a shame not to provide a version for SAM or SAMD core. it's the last board and much more powerful than the UNO, the interruption on the serial link is an important thing I find. I do not despair to see a version for MKR one day!