chipKIT32 / chipKIT32-MAX

Multi-platform IDE derived version from Arduino 0022 for the chipKit.
http://chipkit.net
Other
108 stars 76 forks source link

SerialEvent is not implemented or not supported? #207

Open mrhdias opened 12 years ago

mrhdias commented 12 years ago

I have tried to migrate the code from the arduino Uno to the chipKIT Uno 32 card, but does not work because the method SerialEvent is not implemented in MPIDE core (hardware/pic32/cores/pic32/HardwareSerial.cpp).

http://arduino.cc/en/Reference/SerialEvent

It is possible to fix this.

Henrique

GeneApperson commented 12 years ago

SerialEvent is an Arduino 1.0 function. This will be addressed when the system is updated to accomodate the Arduino 1.0 functionality.

majenkotech commented 11 years ago

I have tested an implementation of this, and it's pretty basic stuff (a bunch of weak empty functions, some #defines, and not a lot else).

Want me to commit it and PR it?