sending chr's

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
User avatar
goldwingers
Posts: 118
Joined: Wed Sep 06, 2006 1:22 pm
Location: London
Been thanked: 1 time
Contact:

sending chr's

Post 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

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:

Post 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).

Post Reply