BeRTOS
|
Generic USB serial device driver. More...
#include <io/kfile.h>
Go to the source code of this file.
Defines | |
#define | KFT_USB_SERIAL MAKE_ID('U', 'S', 'B', 'S') |
ID for usb-serial. | |
Functions | |
int | usbser_init (struct USBSerial *fds, int unit) |
Init serial driver for a usb-serial port unit. |
Generic USB serial device driver.
This driver exports a USB-serial converter. It provides a KFile interface to access the data.
Definition in file usbser.h.