RS232 Data Viewer

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
User avatar
acestu
Posts: 1720
Joined: Thu Dec 01, 2011 9:36 pm
Location: Macclesfield UK
Has thanked: 783 times
Been thanked: 223 times

RS232 Data Viewer

Post by acestu »

Hi,

I have a 4d systems intelligent display which I have programmed with Visi Genie. I want to hook it up to a pic and see what rs232 data it sends when I push buttons etc, I have started to put a chart together but on the rs232 module there is Timeout byte that I am not sure about, if somebody can give me some pointers I would be grateful....

Thanks in advance
Acestu
rs232_displayed.fcf
(12.5 KiB) Downloaded 216 times
Laptop Mac Book Pro i7 retina El Capitan //// Tower/Intel i7-Windows 7 64 Bit, Toshiba i5 Laptop Windows 10
Computers are like air conditioners. They work fine until you start opening windows.

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 Data Viewer

Post by Benj »

Hello,

The timeout byte is how long to wait for valid data to be received.

0 = don't wait at all
255 = wait forever

The RS232 properties allows you to configure the timeout delays as iterations or as milliseconds.

A value of 255 will be returned if a timeout is detected and you have the return type set to legacy in the component properties.

Post Reply