I have tried all the examples of the serial lcd (slcd) and none of them work. I guess I must have the wrong header files include files (serialLCD.h and serialLCD.cpp and SoftwareSerial.h and SoftwareSerial.cpp)
Has anyone beein able to use the serial LCD and got it working, I have connected it to pin 11 and 12
The compiling errors I get are as follows:
In file included from C:\arduino-1.0.3\libraries\SerialLCD/SerialLCD.h:39, from slcdHelloWorld.ino:26:
C:\arduino-1.0.3\libraries\SerialLCD/SoftwareSerial.h:95: error: conflicting return type specified for 'virtual void SoftwareSerial::write(uint8_t)'
C:\arduino-1.0.3\hardware\arduino\cores\arduino/Print.h:48: error: overriding 'virtual size_t Print::write(uint8_t)'
Thank you
Statistics : Posted by barfleur • on Tue Mar 12, 2013 8:25 pm • Replies 4 • Views 994
Has anyone beein able to use the serial LCD and got it working, I have connected it to pin 11 and 12
The compiling errors I get are as follows:
In file included from C:\arduino-1.0.3\libraries\SerialLCD/SerialLCD.h:39, from slcdHelloWorld.ino:26:
C:\arduino-1.0.3\libraries\SerialLCD/SoftwareSerial.h:95: error: conflicting return type specified for 'virtual void SoftwareSerial::write(uint8_t)'
C:\arduino-1.0.3\hardware\arduino\cores\arduino/Print.h:48: error: overriding 'virtual size_t Print::write(uint8_t)'
Thank you
Statistics : Posted by barfleur • on Tue Mar 12, 2013 8:25 pm • Replies 4 • Views 994