PaulStoffregen / AltSoftSerial

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

Support for Arduino Due #6

Closed rob42 closed 10 years ago

rob42 commented 10 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 10 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.