RS232

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

Moderators: Benj, Mods

Post Reply
wayne millard
Posts: 234
Joined: Thu May 31, 2007 2:18 pm
Has thanked: 7 times
Been thanked: 12 times

RS232

Post by wayne millard »

Hi

I whoud like to receive a string of 3 asc codes and send 3 back.
how can you do this.
I have my rs232 working with single bites but not a string of bits.

Thanks
Wayne M :D

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Post by Steve »

You should be able to receive each character one at a time, and then "add" them together in the "string manipulation" icon.

To send, you can do the same thing (i.e. one character at a time), or send a string to the macro.

Post Reply