--
You received this message because you are subscribed to the Google Groups "CommandFusion Software" group.
To unsubscribe from this group and stop receiving emails from it, send an email to commandfusio...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
- Syntax #aaVdbbbbdddddddd(cr) #
is a delimiter character.
- aa (range 00-FF) represents
the 2-character hexadecimal slave network address of the ADAM-6000 module.
(Always 01)
- Vd is the GCL Internal Flag
command. bbbb is used to indicate which GCL internal flag(s) to set. Writing to
all GCL internal flags: 0000. Writing to a single GCL internal flag: First
character is 1, and 2 ~ 4 characters indicate the GCL
internal flag number which can range from 0h to Fh.
- dddddddd is the hexadecimal
representation of the GCL internal flag value(s). Each character represents 4 GCL
internal flags’ values.
- (cr) is the terminating character,
carriage return (0Dh)
Try this : #\x01Vd1001\x00\x00\x00\x01\x0D
No success.