What is the minimum communication to the OBLS to get back data?
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.:
Yes could well do. The computer at the DUT end is a 'scrapped' VIA C3 running a 32bit Debian. I assume some software for this patch would be required both ends.
Thanks for your answer. I tried lower baud rates but never went down to 115200. :) Is this a java limitation?
It now works locally, but the DUT (which is quite big) is across the room, so I use a great linux utility called socat. socat can carry serial over ip. In version 0.9.4 this works great, but in version 0.9.5 I get a null pointer exception. I tried a symbolic link from /dev/pts/2 to /dev/ttyACM1, this also gave null pointer.
aurora billy # java -version java version "1.6.0_29" Java(TM) SE Runtime Environment (build 1.6.0_29-b11) Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02, mixed mode)