Ok, for switching between device but, I have wait at least one hour. You mean that the device can't send any data on the serial port until have a fix?
I have replicated a part of code in RAK8211.js but nothing...
Serial1.removeAllListeners();
Serial1.setup(9600,{tx:D9,rx:D8});
Serial1.on("data", function( data )
{
console.log(data);
});
D10.set();
Other GPS device send data always to serial port.
Power is attached to battery input and is a 2A.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Ok, for switching between device but, I have wait at least one hour. You mean that the device can't send any data on the serial port until have a fix?
I have replicated a part of code in RAK8211.js but nothing...
Other GPS device send data always to serial port.
Power is attached to battery input and is a 2A.