You are reading a single comment by @peruperu and its replies. Click here to read the full conversation.
  • 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.

About

Avatar for peruperu @peruperu started