• I've set GPS baud rate to 4800
    Serial1.println('$PCAS01,0*1C');

    Then I tried to set Serial1 baud rate
    Serial1.unsetup();
    Serial1.setup(4800,{rx:31, tx:30});

    but I cannot communicate with GPS any more :(

    Please help!

  • yeah I see the inf.baudRate = 9600; is hardcoded.
    Can we make it configurable may be in next versions?
    Can Serial1 baud rate be changed without GPS bounce?

About

Avatar for fanoush @fanoush started