live-serial is a simple package that ties pyserial, matplotlib and pandas together to create a real-time plotter and logger of serial port data. This is intended to make life easier for people who work with sensors who need to see real-time feedback when they interact with the sensors.
Quickstart
pip install live-serial cd live-serial tox
This will install live-serial and run all the unit tests to make sure that your local setup is working correctly.
Start Monitoring
The package includes a script livemon.py that starts the plotting and logging. Although the script is documented internally, the most common use cases are:
livemon.py COM3 -logdir C:\sensordata\
on a Windows machine, and:
livemon.py /dev/ttyACM0 -logdir ~/sensordata
for linux or MacOS. To see a full list of examples and command-line arguments, type livemon.py -examples.
Release files for live-serial 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| live-serial-0.0.1.tar.gz | 5.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| live_serial-0.0.1-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 14.3 kB
Release files / live-serial-0.0.1.tar.gz
| Download URL | live-serial-0.0.1.tar.gz |
|---|---|
| Size | 5.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
939298d465f094f1d748a0212a8e8ad9fcb6fbfd2b164b5b4bcc8ed2bfddc2a5
|
|
BLAKE2b-256 checksum How to use checksums |
0a36e30414e715767286e577769f462a8cbda621ac03f63ca1d0523197e11cf3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / live_serial-0.0.1-py2-none-any.whl
| Download URL | live_serial-0.0.1-py2-none-any.whl |
|---|---|
| Size | 8.8 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
91e821dce7ef00cc1f8a69292e140097ca88e788dd12559ccd2edb64d9d2a4c8
|
|
BLAKE2b-256 checksum How to use checksums |
1240abc3589b8f50580be979a9698d3576136b1418aee2ed4dc04a3a9ccf11cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |