![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements OP_SERIAL_OPEN to open and configure a serial port. More...
Go to the source code of this file.
Functions | |
| free_value (baudv) | |
| free_value (pathv) | |
| push_value (vm, make_int(fd > 0 ? fd :0)) | |
Variables | |
| case | OP_SERIAL_OPEN |
| Value | pathv = pop_value(vm) |
| int | fd = 0 |
| break | |
Implements OP_SERIAL_OPEN to open and configure a serial port.
Behavior:
Errors:
Definition in file serial_open.c.
| free_value | ( | baudv | ) |
| free_value | ( | pathv | ) |
| break |
Definition at line 189 of file serial_open.c.
| void fd = 0 |
Definition at line 92 of file serial_open.c.
| case OP_SERIAL_OPEN |
Definition at line 88 of file serial_open.c.
| Value pathv = pop_value(vm) |
Definition at line 91 of file serial_open.c.