Change the Geode Serial Port Baud Rate
7 Sep 2021
To change the serial port to a baud rate not listed in Geode Connect, you can use the Bluetooth connection or the serial port connection.
Option 1: Bluetooth Connection (Recommended)
-
Connect your PC or Android device to the Geode via Bluetooth with Geode Connect.
-
Go to the terminal screen by clicking the icon on the bottom of the screen.
-
Turn off the scrolling data.
-
In the command bar on the bottom, click the drop-down arrow and select HIDE LOG.
-
-
Click Send. This will stop the data stream in the terminal screen.
-
Click Clear to clear the terminal screen.
-
Change the port speed. For example, to change the baud rate to 4800,
-
In the command bar enter, $JBAUD,4800,PORTB,save
-
Click Send.
-
This will tell the receiver you are sending a command to:
-
Change the baud rate
-
Set the rate at 4800
-
Change the rate on the serial port (Port B)
WARNING: Port B is the serial port. Do NOT send a speed change to any other port as it could disrupt your ability to communicate with the receiver.
-
Save the baud rate. In the command bar,
-
Type $jsave then click Send.
-
Type $jshow then click Send.
-
-
If the command has been executed correctly, you will receive a confirmation response.
-
Once you have changed the baud rate, disconnect the Bluetooth connections and connect to the Geode via the serial port. The port data speed will now be 4800 baud.
Option 2: Serial Connection
-
Connect the Geode to a PC through the serial port.
-
Launch Geode Connect. The software will auto-search different baud rates and establish communication at the current data rate.
-
Go to the terminal screen.
-
Send the command: $JBAUD,4800,save
-
Click Send.
-
The baud rate will change. You will get a "Port Error" message because the port you are currently connected to has a different baud rate.
-
Close the Geode Connect app then open it again. It will connect using the last settings and issue the below error message.
-
Click Change Device. The software will find the Geode at the new baud rate.
-
Go to the terminal screen to verify your device is communicating with the Geode at the new baud rate.
Note: If also needing to disable all messages being output from the RS-232 serial port except GGA, some further possible commands are as follows.
$JOFF,PORTB
$JASC,GGA,1,PORTB
$JSAVE