Shims for the PySerial library for the CounterFit virtual IoT device app
Project description
CounterFit Shims - PySerial
Shims for the PySerial to read sensors that use a virtual serial port
See the PySerial Docs for the API documentation.
Getting started
To use these shims, you will need to install CounterFit and have it running, with the appropriate hardware created.
-
Install this package from pip:
pip install counterfit-shims-serial
-
Import PySerial using the
counterfit_shims_serial
package instead of theserial
package, as well as importing theCounterFitConnection
from thecounterfit_shims_grove.counterfit_connection
module:from counterfit_connection import CounterFitConnection import counterfit_shims_serial
-
Configure the connection to the CounterFit app. Change the hostname and port to where you are running it:
CounterFitConnection.init('127.0.0.1', 5000)
-
Write your PySerial code as usual, setting the port to match the one you set in the CounterFit app.
For example, create a UART sensor on port
/dev/ttyAMA0
:serial = counterfit_shims_serial.Serial('/dev/ttyAMA0', 9600, timeout=1)
The baud and timeout settings are ignored.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file counterfit_shims_serial-0.1.0.dev3-py3-none-any.whl
.
File metadata
- Download URL: counterfit_shims_serial-0.1.0.dev3-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 65a452b596f9bda1306bcb3ee9704e692ad51632bceb9f3febd412a2344c7950 |
|
MD5 | ece103149e8e01dcda4ebdec32fbdbd3 |
|
BLAKE2b-256 | da22cbb69ead8778af00e6535e3cb379c9ba6e59f1b7bfdc1cb7d7cb8a83da77 |