Page 1 of 1

sending chr's

Posted: Fri Oct 26, 2007 12:40 pm
by goldwingers
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

Posted: Fri Oct 26, 2007 1:18 pm
by Benj
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).