rs232, 9th bit data not sending??

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
kg300
Posts: 31
Joined: Thu May 31, 2018 6:25 am
Has thanked: 5 times
Been thanked: 1 time
Contact:

rs232, 9th bit data not sending??

Post by kg300 »

hi, in flowcode5, i want to develop RS485 application. On master side when i try to send slave ID + Read (0x101) using 9th bit transmission mode, but master only send "01" to slave not "101", how can i solve it..
Attachments
MasterNode.fcf
(9.5 KiB) Downloaded 273 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: rs232, 9th bit data not sending??

Post by Benj »

Hello,

I've looked at the v5 code and it appears to be ok.

You could maybe check the register bits to make sure that the 9-bit data mode is enabled and that the 9th bit is being loaded into the correct register.

Post Reply