Skip to content

A simple tool to parse and plot the serial output of the DLO-138.

License

Notifications You must be signed in to change notification settings

HummusPrince/DLO-138_plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLO-138_plotter

A simple tool to parse and plot the serial output of the DLO-138.

Requires pyserial and a TTL-to-USB converter.

This is basicly a python script which reads the samples from the DSO-138, parse it, and plot it.

Thus it allows one to display and save the acquired samples.

The samples are displayed using pyplot with fancy configurations to imitate scope display.

This is what you see on the DSO-138 display:

pic1

The display is small and most of the signal doesn't fit in. This also means that saving the acqusition is tedious and low quality, and post processing is virtually impossible.

This is the exact same acquisitions as displayed with the plotter:

acq1

The whole range appears both vertically and horizontally :)

Zoom in is also possible:

acq2

Saving in vector format is possible too, thanks to pyplot's versatility:

fig1

About

A simple tool to parse and plot the serial output of the DLO-138.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages