In the helpfile of the RS232 module you can find the following line.
\x?? Hexadecimal character. The ?? is the value 00 to FF.
If I try this then I receive a runtime error and everything is closing.
Runtime error in simulation
Runtime error in simulation
Hi,
I just upgraded my flowcode to version 3.2.
but I still receive a runtime error and everything is closing.
I just upgraded my flowcode to version 3.2.
but I still receive a runtime error and everything is closing.
- 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:
Hello
I think it is meant to say 0xXX where XX is 00 to FF.
I think it is meant to say 0xXX where XX is 00 to FF.
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
Hi Ben,
If I enter 0xXX it will not process XX it as a special character.
see Flowcode RS232 Component help:
Special characters
You can add a number of special characters to the list by using the '\' prefix to tell the queue that you want to add the a special character.
The special characters available are:
\n Newline character
\r Carriage return
\\ The \ character. We use this as '\' is used to prefix the other special characters.
\x?? Hexadecimal character. The ?? is the value 00 to FF.
Best regards
Patrick
If I enter 0xXX it will not process XX it as a special character.
see Flowcode RS232 Component help:
Special characters
You can add a number of special characters to the list by using the '\' prefix to tell the queue that you want to add the a special character.
The special characters available are:
\n Newline character
\r Carriage return
\\ The \ character. We use this as '\' is used to prefix the other special characters.
\x?? Hexadecimal character. The ?? is the value 00 to FF.
Best regards
Patrick