#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <stdio.h>
#include <unistd.h>
#include "com.h"
Go to the source code of this file.
Functions | |
| uint8_t | terminal_init (void) |
| Setup the serial port and register with the com layer. | |
| uint8_t | terminal_send (comBuf *buf) |
| Send the buffer to the terminal. | |
| uint8_t | terminal_mode (uint8_t mode) |
| Not implemented. | |
| uint8_t | terminal_ioctl (uint8_t request, va_list ap) |
| Not implemented. | |
Definition in file terminal.h.
|
||||||||||||
|
Generic control function for doing things like changing the properties of the serial connection etc... |
|
|
In linux this function is very important because we don't have any low power functionality, but you still must set to listen mode if you want to get packets.
|
|
|
|
1.4.6