1
Open Bench Logic Sniffer / minimalism
If I send 0x02 (^B) to /dev/ttyACM0 I get 1ALS
If I send 0x04 (^D) I get more verbose details
0x06 returns current logic state
But 0x01 (^A) does not seem to return anything.
So if I send some arbitary setup data first e.g.:
0x80 0x00 0x01 0x00 0x00 divide by 128
0x81 0x01 0x00 0x01 0x00 send 1 sample 4 bytes
0x82 0x00 0x00 0x00 0x00 clear flags
0x01 trigger
I would expect data back now, but got nothing.
Anybody see anything I am missing.
I was going to go through the java client source but it is massive.
Billy