Skip to content

AI6YP/owon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owon SDS7102 tools

Install

npm install

udev rules

sudo cp 99-owon-oscilloscope.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules
sudo udevadm trigger

Unplug and replug the oscilloscope, or reboot.

Make sure your user is in the plugdev group:

sudo usermod -a -G plugdev $USER

(You'll need to log out and back in for group changes to take effect)

Usage

node owon.js -h

Usage: owon [options]

Options:
  -l, --list          list all USB devices
  -b, --bin <file>    dump screen capture from the oscilloscope
  -m, --memdepth <file>  dump memory buffer from the oscilloscope
  -h, --help          display help for command

About

Owon SDS7102 tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published