|
ASCII OUT PUT FROM ROBOREAL SERIAL CONTROL DanielC from United States [6 posts] |
17 year
|
How do I send out the follwing commond from Roborealm serail control
Chr$(255),Chr$(6),Chr$(120)
|
|
|
Serial Comm Anonymous |
17 year
|
In the "Send Sequence" box type in
\255\6\120
or in hex
\xff\x06\x78
or in octal .... I think you get the idea. The '\' means take the next number and send it as a single byte instead of the actual ascii text chars.
Note that unless your serial device responds readily the serial module will pause and eventually timeout if the device does not respond. This may cause the interface to appear to lockup.
STeven.
|
|
|
Anonymous |
17 year
|
Opps, it looks like the forum has added in double '\'s ... in the above posting they should be all single '\'
STeven.
|
|