Larus glider flight sensor system
3.9.2024
Software-In-The-Loop test and validation system
Loading...
Searching...
No Matches
USB_serial.h
Go to the documentation of this file.
1
/***********************************************************************/
25
#ifndef USB_SERIAL_H_
26
#define USB_SERIAL_H_
27
#include "stdint.h"
28
29
bool
open_USB_serial
(
char
*portname = (
char
*)
"/dev/ttyUSB0"
);
30
bool
write_usb_serial
( uint8_t * data,
unsigned
size);
31
32
#endif
/* USB_SERIAL_H_ */
write_usb_serial
bool write_usb_serial(uint8_t *data, unsigned size)
Definition
USB_serial.cpp:103
open_USB_serial
bool open_USB_serial(char *portname=(char *)"/dev/ttyUSB0")
Definition
USB_serial.cpp:91
Communication
USB_serial.h
Generated by
1.9.8