How to send and receive strings between Arduino and PC

Use the Messeger library:


http://www.arduino.cc/playground/Code/Messenger

Allows for whole strings which can then be cut up for values etc

Comments