An open API service indexing awesome lists of open source software.

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

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
```