You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request the option to change baudrate for NMEA GPS.
Currently rate it is hardcoded to 4800: s_gpsnmea_port_fd = serial_port_open (pconfig->gpsnmea_port, 4800);
AFAIK, most GPS modules use 9600 nowadays.
The text was updated successfully, but these errors were encountered:
I would like to request the option to change baudrate for NMEA GPS.
Currently rate it is hardcoded to 4800:
s_gpsnmea_port_fd = serial_port_open (pconfig->gpsnmea_port, 4800);
AFAIK, most GPS modules use 9600 nowadays.
The text was updated successfully, but these errors were encountered: