Razor 9DOF + GPS + arduino serial com with NewSoftSerial
Hello,
I am trying to combine a Razor9dof, a GPS (ls20031) to an arduino (duemi).
I have configured the Razor with the ftdi cable. Works fine. Also connected to the arduino, on pin0, works fine.
Here is the code:
void setup() {
Serial.begin(57600);
Read more…