Hi guys,
two things in flowcode
1. when the send macro is carried out does it auto send a crlf function every time?
2. If not How do i send the following to the rs232 port
CR
LF
CRLF
cheers
sending chr's
- goldwingers
- Posts: 118
- Joined: Wed Sep 06, 2006 1:22 pm
- Location: London
- Been thanked: 1 time
- Contact:
- 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 Ian
No the send macro does not automatically send out Carrage returns or line feeds.
To send these characters you just have to send out the ASCII number. For example I think that a carrage return is 13 in decimal (0x0D in hex).
No the send macro does not automatically send out Carrage returns or line feeds.
To send these characters you just have to send out the ASCII number. For example I think that a carrage return is 13 in decimal (0x0D in hex).
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