FBL2360 RS232 baud rate select
4 years 11 months ago #29533584
by RudyA
FBL2360 RS232 baud rate select was created by RudyA
Hello to all,
I am working on an application in which the controller FBL2360S sends some relevant data to an external LCD over RS232.
First, I configure the port - this is from the Manual. BTW, I think the manual has a typo "_SRO". It should be "_SCRO"
setconfig(_SCRO, 1)
So far, so good. The script now prints to the RS232 port.
Then, I need to change the baud rate to 19200, per the manual:
RSBR - Set RS232 bit rate
Syntax Scripting:
setconfig(_RSBR, nn)
Where:
nn =
0: 115200
1: 57600
2: 38400
3:19200
4: 9600
5: 115200 + Inverted RS232
6: 57600 + Inverted RS232
7: 38400 + Inverted RS232
8: 19200 + Inverted RS232
9: 9600 + Inverted RS232
So, I add
setconfig(_RSBR, 3)
This has no effect. The baud rate remains at the 115200 default.
Any ideas?
Thanks.
R
I am working on an application in which the controller FBL2360S sends some relevant data to an external LCD over RS232.
First, I configure the port - this is from the Manual. BTW, I think the manual has a typo "_SRO". It should be "_SCRO"
setconfig(_SCRO, 1)
So far, so good. The script now prints to the RS232 port.
Then, I need to change the baud rate to 19200, per the manual:
RSBR - Set RS232 bit rate
Syntax Scripting:
setconfig(_RSBR, nn)
Where:
nn =
0: 115200
1: 57600
2: 38400
3:19200
4: 9600
5: 115200 + Inverted RS232
6: 57600 + Inverted RS232
7: 38400 + Inverted RS232
8: 19200 + Inverted RS232
9: 9600 + Inverted RS232
So, I add
setconfig(_RSBR, 3)
This has no effect. The baud rate remains at the 115200 default.
Any ideas?
Thanks.
R
Please Log in or Create an account to join the conversation.
- Gabriel_Isko
4 years 11 months ago #29533598
by Gabriel_Isko
Replied by Gabriel_Isko on topic FBL2360 RS232 baud rate select
I'll try to test this when I get back to the office on Wednesday, but this shouldn't be happening.
Please Log in or Create an account to join the conversation.
Moderators: tonysantoni
Time to create page: 0.075 seconds