ChamSys Ltd www.chamsys.co.uk
MagicQ User Manual 274 Version 1.4.9.0
To send the binary data stream 00 01 02 03 04
X0,1,2,3,4
To send text only:
X”abcedf”
To send several lines of text:
X”Hello”,10,13,”World”,10,13
32.3 Reading from the serial port
By default data received on the serial port is ignored. This can be changed to make MagicQ accept remote
commands received on the serial port. In the View Settings view of the Setup Window, set the serial input
type to “ChamSys Serial Remote”.
ChamSys Serial Remote protocol consists of simple commands consisting of a list parameter values
separated by commas ‘,’ and ending in a character A to Z (or a to z). Commands can contain spaces, tabs,
and carriage returns; they are all ignored. See the section on ChamSys Remote Protocol for further
details.