PaulStoffregen / AltSoftSerial

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

Support for Arduino Due #6

Closed rob42 closed 9 years ago

rob42 commented 9 years ago

Hi, I have seen comments you dont intend to support Due, but I would like to know what would be required - since you are using SAM architecture in Teensy 3.1 I assume it can work in a SAM chip.

Could you please outline the major steps to porting to Due?

Rob

PaulStoffregen commented 9 years ago

You'll have to figure out how to use Due's timers for the input capture and output compare waveform features AltSoftSerial needs. Then write the code, test it, and submit a pull request.