https://github.com/rendiya/astm-serial
implement astm communication standar e1381 in python
https://github.com/rendiya/astm-serial
communication health serial-ports
Last synced: 3 months ago
JSON representation
implement astm communication standar e1381 in python
- Host: GitHub
- URL: https://github.com/rendiya/astm-serial
- Owner: rendiya
- License: other
- Created: 2017-02-20T22:19:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T09:43:37.000Z (about 8 years ago)
- Last Synced: 2025-01-20T05:30:48.096Z (3 months ago)
- Topics: communication, health, serial-ports
- Language: Python
- Size: 204 KB
- Stars: 16
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sampel communication with astm e1381 protocol.
ready on pip
```
pip install astm-serial
```for documentation please visit http://astm-serial.readthedocs.io/
under construction
schema communication:
```
client > ENQ
server > ACK
client > DATA
server > ACK
client > EOT
```
NAK handling
```
client > ???
server > NAK
client > EOT
```