I am trying to use software to download information from an external device and I'm getting an error message. The help file suggests it could be that the COM port baud rate is not set correctly. How do I do this on Windows XP?
Neat - You'll nee dto set the baud rate from within the application itself - im not familiar with that packge, so I can't tell you exactly. I do know that most NMEA compliant equipment will be using 9600 8N1
I installed the app to take a look. It appears that if you select GARMIN, then only port rate available is 9600. Other make/models have the option of different port rates.
Something to try, assuming your Garmin unit does indeed need 9600 8N1...
Open a cmd window: click on Start -> Run, typing in cmd and click OK.
Type in "Mode Com1: Baud=9600 Parity=N Data=8 Stop=1" [enter] (without the quotes). Close the cmd window and try the app.
The device connected to COM1 needs a baud rate of 57600. The default baud rate of COM1 is 9600. At the moment, every time I need to use the device I power on the computer and change the baud rate of COM1 to 57600 in Device Manager.
I tried to remedy this by typing the following in cmd:
"Mode Com1: Baud=9600 Parity=N Data=8 Stop=1"
However, after restarting the computer the baud goes back to 9600. Any helpful hints?
Go to the Device manager, find the com port you want to change, click on it to open the properties page, click on the port settings tab and there you are. All the settings are available to you. bps; data bits; parity; stop bits; flow control and advanced where you will find the buffer settings. Good luck
shiny_things
1 Rookie
•
25 Posts
0
April 26th, 2004 14:00
mattcowger
2.6K Posts
0
April 26th, 2004 14:00
shiny_things
1 Rookie
•
25 Posts
0
April 26th, 2004 14:00
shiny_things
1 Rookie
•
25 Posts
0
April 26th, 2004 16:00
mattcowger
2.6K Posts
0
April 26th, 2004 16:00
Dave Lyle
2 Intern
•
2K Posts
0
April 26th, 2004 16:00
Something to try, assuming your Garmin unit does indeed need 9600 8N1...
Open a cmd window: click on Start -> Run, typing in cmd and click OK.
Type in "Mode Com1: Baud=9600 Parity=N Data=8 Stop=1" [enter] (without the quotes). Close the cmd window and try the app.
wojeezy08
2 Posts
0
July 12th, 2016 10:00
Having a similar problem here.
The device connected to COM1 needs a baud rate of 57600. The default baud rate of COM1 is 9600. At the moment, every time I need to use the device I power on the computer and change the baud rate of COM1 to 57600 in Device Manager.
I tried to remedy this by typing the following in cmd:
"Mode Com1: Baud=9600 Parity=N Data=8 Stop=1"
However, after restarting the computer the baud goes back to 9600. Any helpful hints?
ButchyBear
1 Message
0
February 7th, 2019 16:00
Go to the Device manager, find the com port you want to change, click on it to open the properties page, click on the port settings tab and there you are. All the settings are available to you. bps; data bits; parity; stop bits; flow control and advanced where you will find the buffer settings. Good luck
Brian
Stahoo
1 Message
0
October 16th, 2020 14:00
I'm in Windows 10. I don't see a Port tab.