1
0
Fork 0
forked from fun/fun
fun/web/documentation/examples/test_serial.md

630 B

layout published noToc noComments noDate title subtitle description permalink lang tags
page true false false false Fun - test_serial.fun — overview Documentation for test_serial.fun — overview Documentation for test_serial.fun — overview /documentation/examples/test_serial/ en
example
test_serial

What it shows

  • Serial port test; opens a port and exchanges a few bytes (when available).

How to run

  • export FUN_LIB_DIR="./lib"
  • ./build_debug/fun examples/test_serial.fun
  • Or: fun examples/test_serial.fun

Notes

  • Requires serial device access; may depend on platform support and permissions.