Command: /X[S~xxRrP01?DdCcLA "]..., then Press Enter or ESCape Enter /X followed by zero or more
Response: /XCC(see commands below)[CR]
High Level
S = Send Start
~xx = Send Byte (xx = 00...FF)(response = A or N) R = Read Byte with Ack (response = ~xx)
r = Read Byte with Nak (response = ~xx) P = Send Stop
Mid Level
0 = Send 0 Bit
1 = Send 1 Bit
?= Read Bit (response = 0 or 1) Low Level
D = Set SDA High
d = Set SDA Low
C = Set SCL High
c = Set SCL Low
L = Read SCL (response = 0 or 1) A = Read SDA (response = 0 or 1)
Misc
space = no action “comment” = no action
Examples:
Master transmit three bytes to slave address 0x4e using high level, mid level, and low level
High Level Command:/X S ~4e ~01 ~02 ~03 P [CR]
High Level Response: /XCCAAAA[CR]
Mid Level Command:/X S 01001110 ? 00000001 ? 00000010 ? 00000011 ? P [CR]
43