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

761 B

layout published noToc noComments noDate title subtitle description permalink lang tags
page true true false false Fun - serial_demo.fun — overview Documentation for serial_demo.fun — overview Documentation for serial_demo.fun — overview /documentation/examples/serial_demo/ en
documentation
handbook
installation
usage
introduction
help
guide
howto
docs
specifications
specs
repl

serial_demo.fun — overview

What it shows

  • Serial port access and basic read/write (when available on your system).

How to run

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

Notes

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