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 Data Viewer
Moderator: Benj
- 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
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.
Computers are like air conditioners. They work fine until you start opening windows.
- 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
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.
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.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel