AA 55  [cnt] <short1>      <short2>       ...           [cksum]
---------------------------------------------------------------
AA 55  03    00[H] 02[L]   00[H] 01[L]    AF[H] 5D[L]   11

AA 55  [cnt] <short1> <short2> [cksum]
---------------------------------------------------------------
AA 55  02    00 01    AF 5D    0E
AA 55  02    12 34    56 78    15

ʾ cnt ߣcksum ǿѡУͣAA + 55 + cnt + short1...
The program displays a total of 'cnt' curves, and 'cksum' is an optional checksum.

<short1> ǵ1ߵ
<short1> is the data for the first curve
<short2> ǵ2ߵ
<short2> is the data for the second curve

1ͼxյ
1ͼy<short1> ....

2ͼxյ
2ͼy<short2> ....

<short>ݸֽǰ
The <short> data is transmitted with the high byte first.
AA 55 [01] <00 01> //0x0001=1
AA 55 [01] <10 00> //0x1000=4096

10 00 ʾ 0x1000
00 01 ʾ 0x0001

Эʹԭʼֽݣ16ַ
The protocol uses raw byte data, not hexadecimal strings.
