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
29bool open_USB_serial ( char *portname = (char *)"/dev/ttyUSB0");
30bool write_usb_serial( uint8_t * data, unsigned size);
31
32#endif /* USB_SERIAL_H_ */
bool write_usb_serial(uint8_t *data, unsigned size)
bool open_USB_serial(char *portname=(char *)"/dev/ttyUSB0")