mirror of
https://github.com/marenz2569/ut803-plot
synced 2025-06-28 07:36:06 +02:00
added scripts to plot the voltage readings from the dmm
This commit is contained in:
parent
b29694b38a
commit
b64dd7ec2f
2 changed files with 7 additions and 0 deletions
2
plot_voltage.sh
Executable file
2
plot_voltage.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
gnuplot voltage.plot
|
5
voltage.plot
Normal file
5
voltage.plot
Normal file
|
@ -0,0 +1,5 @@
|
|||
system("cat /tmp/ut803 | grep voltage | grep -v overload | cut -f2 -d' ' > /tmp/voltage")
|
||||
plot "/tmp/voltage"
|
||||
replot
|
||||
pause 1
|
||||
reread
|
Loading…
Add table
Add a link
Reference in a new issue