https://github.com/wiedehopf/adsb-hat
https://github.com/wiedehopf/adsb-hat
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wiedehopf/adsb-hat
- Owner: wiedehopf
- Created: 2019-07-23T08:48:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T07:19:56.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T23:35:48.070Z (4 months ago)
- Size: 792 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adsb-hat
## minicom_sample:
switched off hw flow control and made it minicom default with minicom -s
```
minicom -b 3000000 -D /dev/ttyAMA0 -o -C minicom_sample
```## stty_open_sample:
Adjust serial port settings twice with stty to make sure they stick and then read as a normal file
```
stty -F /dev/ttyAMA0 1:0:1cbd:0:0:0:0:0:0:5:1:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0
stty -F /dev/ttyAMA0 1:0:1cbd:0:0:0:0:0:0:5:1:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0
tee tty_open_sample