jerabaul29 / OpenMetBuoy-v2021a

An easy to build, affordable, customizable, open source instrument for oceanographic measurements - with global Iridium coverage
MIT License
39 stars 7 forks source link

command line tips and tricks #26

Closed jerabaul29 closed 2 years ago

jerabaul29 commented 2 years ago

set baudrate: ~$ stty -F /dev/ttyUSB0 1000000 read from tty: cat < /dev/ttyUSB0 read from tty in hex format: od -x < /dev/ttyUSB0

jerabaul29 commented 2 years ago

@CatherineTaelman you can also use these commands in linux command line to get the serial output from the buoy if you want :) . May be even simpler than using the arduino IDE and its built in serial monitor :) .

jerabaul29 commented 2 years ago

Added to: https://github.com/jerabaul29/OpenMetBuoy-v2021a/blob/main/end_user_manual/README.md