Excuse my poor English. I installed your program and i think it's a valueable one!
I consider to acquire data via USB port (OS Ubuntu 16.04) and came up with a partial solution. This was: First, Write a bash script like this and save it (test.sh): #!/bin/bash COUNTER=0 while [ $COUNTER -lt 100 ]; do cat < /dev/ttyUSB0 let COUNTER=COUNTER+1 sleep 0.1 done exit Second, call it under Data --> Capture --> external program --> sh [path to]/test.sh The program works although seems not to acquire data each time, particularly at the beginning. Other inconvenience is that stopping the acquisition doesn't stop the "sh" process, even if veusz is close. Any easier or more worthwhile way to do this? I'm interested on acquirind data through USB... and directly in the program could be cool!!! Thanks.##SELECTION_END##
_______________________________________________ Veusz-discuss mailing list [email protected] https://mail.gna.org/listinfo/veusz-discuss
