Skip to content

Commit

Permalink
Readme: Add section 'error handling'
Browse files Browse the repository at this point in the history
  • Loading branch information
makomi committed Nov 23, 2018
1 parent 5fdb7ab commit acb4403
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,19 @@ q
```


## Error handling

Nothing read from serial port after `x` number of seconds (`serial_timeout_read`):
```text
2018-11-23 19:35:18 --READ-TIMEOUT--
```

The read string is shorter than expected (`length_device_id`):
```text
2018-11-23 20:01:20 --ADDR-TOO-SHORT: 'DEADBEEFCAFE'
```


## License

**GNU General Public License v3.0**
Expand Down

0 comments on commit acb4403

Please sign in to comment.