• Home
Name Date Size #Lines LOC

..--

CompatibleDevices.txtD03-May-2024304 54

ComponentName.cD03-May-20249.5 KiB22588

FtdiUsbSerialDriver.cD03-May-202480.5 KiB2,5871,581

FtdiUsbSerialDriver.hD03-May-202422.6 KiB596201

FtdiUsbSerialDxe.infD03-May-20241.8 KiB6254

ReadMe.txtD03-May-2024950 3223

ReadMe.txt

1
2=== FTDI USB SERIAL OVERVIEW ===
3
4This is a bus driver that enables the EfiSerialIoProtocol interface
5for FTDI8U232AM based USB-to-Serial adapters.
6
7=== STATUS ===
8
9Serial Input: Functional on real hardware.
10Serial Output: Functional on real hardware.
11
12Operating Modes: Currently the user is able to change all operating modes
13except timeout and FIFO depth.
14The default operating mode is:
15	Baudrate:     115200
16	Parity:       None
17	Flow Control: None
18	Data Bits:    8
19	Stop Bits:    1
20Notes:
21	Data Bits setting of 6,7,8 can not be combined with a Stop Bits setting of 1.5
22
23        At baudrates less than 9600 some of the characters may be transmitted incorrectly.
24
25=== COMPATIBILITY ===
26
27Tested with:
28An FTDI8U232AM based USB-To-Serial adapter, the UEFI Shell, and the SerialTest application
29using a PuTTY Terminal
30
31See CompatibleDevices.txt for a list of devices which have been confirmed to work with this
32driver.