Command
Formatting
- All commands are in ASCII
characters.
- Each command is made up of
fields, seperated by commas, and terminated with a
carriage return <CR> = $0D Hex.
- Spaces are ignored, allowing
for visual formatting of commands
- Where letters are used, case
is ignored
- Some commands allow
parameters to be omitted, and a default value will be
used. In this case, the delimiting commas must still be
used
- There is a limit of 255
characters per command.
back to the table of contents...