RE: how to change a baud rate in data logger ?
Mahesh
Posts: 11
Dear sir,
I am Debugging to change the baud rate using terminal software with UART Configuration.
I can able to do communicate with data logger using UART of Micro controller (9600 baud rate).
but I do not now how to change the baud rate. but i was tried according to Vinculum data sheet as shown in following commands.
$0D
IPA
$0D
FBD
$1A
$00
$00
$0D
but I am getting command failed error.
Kindly, help me to solve this issue.
BR,
Mahesh
I am Debugging to change the baud rate using terminal software with UART Configuration.
I can able to do communicate with data logger using UART of Micro controller (9600 baud rate).
but I do not now how to change the baud rate. but i was tried according to Vinculum data sheet as shown in following commands.
$0D
IPA
$0D
FBD
$1A
$00
$00
$0D
but I am getting command failed error.
Kindly, help me to solve this issue.
BR,
Mahesh
Comments
i was changed to SBD but now also i am unable to get different baudrate..
BR,
mahesh
There is a space ($20) after the SBD command, before the parameter ($1A, $00, $00).
I have studied the page 24. I am sending the commands as per attached file.
but It is showing Bad command error
could you please send me the correct command for any baud rate.
Thanks in Advance...
Kindly Regards,
mahesh
"S", "B", "D", $20, $9C, $80, $00, $0D
This should set the Baud to 19200 (after a 50ms delay).
You mentioned that you're using some kind of terminal software. Remember that things like $20 or $80 are single bytes written here in hexadecimal notation, not the way you'd enter them in a terminal program.