Skip to content

Stream the display of a Instek GDS-820C oscilloscope though its USB port.

License

Notifications You must be signed in to change notification settings

windsorschmidt/scopeview

Repository files navigation

About

A utility to view the display of an Instek GDS-820C oscilloscope via USB in near-realtime (tm).

Screenshot

Requirements

Requies GTK and Glade libraries.

Compiling

Use the included Makefile or try:

gcc -o scopeview scopeview.c `pkg-config --cflags --libs gtk+-3.0` -export-dynamic

Usage

scopeview <serial-device>

e.g. ./scopeview /dev/ttyUSB1

  • Switch between color themes with space.

Notes

This is quick and dirty code, tested only in (Arch) Linux. Based on a similar python implementation from http://www.reconnsworld.com.

About

Stream the display of a Instek GDS-820C oscilloscope though its USB port.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published