i have downloaded the SoftwareSerial i have added to folder “arduino-0022\libraries\NewSoftSerial” and i have restared the ide.
And i get this error
error: ‘NewSoftSerial’ does not name a type
for this line
NewSoftSerial mySerial(7, 8);
I have also tryied to use it with the new Arduino 1.0 ide and i get an error when i include the SoftwareSerial.h
in line
#include <SoftwareSerial.h>
error
C:\Projects\arduino\arduino-1.0\libraries\NewSoftSerial/NewSoftSerial.h:71: error: conflicting return type specified for ‘virtual void NewSoftSerial::write(uint8_t)’
C:\Projects\arduino\arduino-1.0\hardware\arduino\cores\arduino/Print.h:48: error: overriding ‘virtual size_t Print::write(uint8_t)’
Any help?