David Albert - 2015-09-22

Please note that the build command in the readme should be:
gcc -o owondump owondump.c -lusb
(the -lusb needs to go at the end)

Also, you may need to install libusb:
sudo apt-get install libusb-dev

Unfortunately, although I was able to build, I wasn't able to get it to work with my vds1022

c720:~/Downloads/owondump-0.3$ sudo ./owondump
..Found an Owon device 5345:1234 on bus 001
..Failed to claim interface 0: -9 : 'Bad file descriptor'

Any ideas?