Select to expand quote
decrepit said..Had another play on windows with u-center, going into "printers & drivers" and adjust ting the baud rate to 115200, doesn't "stick" with either the dongle or module, it stays at 9600. I'm not sure if this is the problem though as the dongle works at 115200, but module doesn't.
The serial to USB converter manual says this.
The UART is programmable to support a variety of data formats and baud rates. The data format and baud rate
programmed into the UART is set during COM port configuration on the PC. The data formats and baud rates
available are listed in Table 6.
Table 6. Data Formats and Baud Rates
300, 600, 1200, 1800, 2400, 4000, 4800, 7200, 9600, 14400,
16000, 19200, 28800, 38400, 51200, 56000, 57600, 64000,
76800, 115200, 128000, 153600, 230400, 250000, 256000,
460800, 500000, 576000, 921600 3
So is this saying that the PC needs to set the baud rate?
Because I've just googled "setting baud rates", and most answers said the device sets the baud rate.
When you want to change the baud rate of the GPS, do the following. You might have already done all these, but this is what I go through to set it:
Start with it working at whatever baudrate you need to. (Verify that you can see data coming in in TextView or Packet View. You should be able to see NMEA type data.)
Go into the config view, and change the baudrate on the PRT(ports) section, and change the setting for Target "1- Uart1". Change this to 115200.
Click on the send icon at the bottom of that window. At that point you will lose coms with the module as your PC is still talking at the old baudrate and your GPS is now using the new/faster wrong baud rate.
So, in U-centre, go back to the 'Receiver - Baudrate' tab and select 115200.
You should now be able to see data again in the text view or packet view windows.
Now, go into the 'Configuration View' window again, and select the CFG(configuration) section. In that you should see the devices highlighted in blue as 0-BBR and 1-Flash. The 'save current configuration' option should already have the checkbox marked.
Click on the send icon on the bottom of the window. This effectively sends that command to the GPS, and the command is 'write your config to RAM and Flash'. (If the baudrates were mismatched, this would not work.)
Now, you should be done, and it should be saved.
The 'Receiver - Baudrate' tab in U-centre
is the PC setting the baudrate of your adapter.
Don't change it in 'printers and drivers'. I don't really know what it does there, but it probably sets a default baudrate, which I have never seen anything use anyway. I know the section you are talking about, but its not necessary.
You have two baud rate settings. One on the PC and one on the device it is trying to talk to. If they are different you either get nothing or gibberish as the receiving end interprets the data incorrectly.
You are lucky that you can no longer set different baudrates on the transmitter versus the receiver!