Skip to content

Python program to view, save and plot the data from the RS232 port of the Radio Shack RS22-168 multimeter

Notifications You must be signed in to change notification settings

mikey60/RS22-168A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

This python program displays, saves and plots the readings from the Radio Shack RS22-168A multi-meter serial port

Thanks to https://github.com/Ostheer/Voltcraft_ME-32_RS-232 for their progam that I used as a starting point.

I actually use a CH340 USB to serial Cable with Windows 10. The correct serial port must be specified. User can change the sample_time in integer seconds. The time is not exact using this method. Program overwrites the CSV file and plot image file if they already exist. Ctrl-c stops the program and displays the plot. User must close plot to end the program.

Program Dependencies

  • matplotlib
  • pyserial

About

Python program to view, save and plot the data from the RS232 port of the Radio Shack RS22-168 multimeter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages