• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SerialDdk
2<!--Kit: Driver Development Kit-->
3<!--Subsystem: Driver-->
4<!--Owner: @lixinsheng2-->
5<!--Designer: @w00373942-->
6<!--Tester: @dong-dongzhen-->
7<!--Adviser: @w_Machine_cc-->
8
9## Overview
10
11Provides USB SERIAL DDK APIs as well as the enum types and data structs used by them. Serial port communication is often used in industrial scenarios and some legacy devices, such as card issuers and ID card readers. The open APIs of USB SERIAL DDK can be used to develop drivers for non-standard USB peripherals that use USB serial ports.
12
13**System capability**: SystemCapability.Driver.UsbSerial.Extension
14
15**Since**: 18
16## Files
17
18| Name| Description|
19| -- | -- |
20| [usb_serial_api.h](capi-usb-serial-api-h.md) | Declares the USB SERIAL DDK APIs used by the host to access the serial port device.|
21| [usb_serial_types.h](capi-usb-serial-types-h.md) | Provides the enumerated variables, structures, and macros used in USB SERIAL DDK APIs.|
22