What steps will reproduce the problem?
1. Using the Arduino IDE, #include <SoftwareSerial.h>, then create an instance
of SoftwareSerial.
What is the expected output? What do you see instead?
SoftwareSerial should be highlighted as a keyword. It's not.
What version of the Arduino software are you using? On what operating
system? Which Arduino board are you using?
Arduino 1.x. (Any platform, any board.)
Please provide any additional information below.
The fix is simple. Just replace "NewSoftSerial" with "SoftwareSerial" in
.../SoftwareSerial/keywords.txt.
Original issue reported on code.google.com by aboogie...@gmail.com on 13 Sep 2011 at 3:39
Original issue reported on code.google.com by
aboogie...@gmail.com
on 13 Sep 2011 at 3:39