-
Notifications
You must be signed in to change notification settings - Fork 3
/
config_FT232H.xml
74 lines (74 loc) · 4.13 KB
/
config_FT232H.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="utf-16"?>
<FT_EEPROM>
<Chip_Details>
<Type>FT232H</Type>
</Chip_Details>
<USB_Device_Descriptor>
<VID_PID>0</VID_PID>
<idVendor>0403</idVendor>
<idProduct>6014</idProduct>
<bcdUSB>USB 2.0</bcdUSB>
</USB_Device_Descriptor>
<USB_Config_Descriptor>
<bmAttributes>
<RemoteWakeupEnabled>false</RemoteWakeupEnabled>
<SelfPowered>false</SelfPowered>
<BusPowered>true</BusPowered>
</bmAttributes>
<IOpullDown>false</IOpullDown>
<MaxPower>500</MaxPower>
</USB_Config_Descriptor>
<USB_String_Descriptors>
<Manufacturer>RGBA_CRT</Manufacturer>
<Product_Description>N64 Dumper</Product_Description>
<SerialNumber_Enabled>true</SerialNumber_Enabled>
<SerialNumber />
<SerialNumberPrefix>FT</SerialNumberPrefix>
<SerialNumber_AutoGenerate>true</SerialNumber_AutoGenerate>
</USB_String_Descriptors>
<Hardware_Specific>
<Suspend_ACBus7>false</Suspend_ACBus7>
<Port_A>
<Hardware>
<UART>true</UART>
<_245FIFO>false</_245FIFO>
<CPUFIFO>false</CPUFIFO>
<OPTO>false</OPTO>
<FT1248>false</FT1248>
</Hardware>
<Driver>
<D2XX>true</D2XX>
<VCP>false</VCP>
</Driver>
</Port_A>
<FT1248_Settings>
<Clock_Polarity>false</Clock_Polarity>
<Bit_Order>false</Bit_Order>
<Flow_Control>false</Flow_Control>
</FT1248_Settings>
<IO_Controls>
<C0>Tristate</C0>
<C1>Tristate</C1>
<C2>Tristate</C2>
<C3>Tristate</C3>
<C4>Tristate</C4>
<C5>Tristate</C5>
<C6>Tristate</C6>
<C7>Tristate</C7>
<C8>CLK7.5MHz</C8>
<C9>TX&RXLED#</C9>
</IO_Controls>
<IO_Pins>
<Group_AD>
<SlowSlew>false</SlowSlew>
<Schmitt>false</Schmitt>
<Drive>4mA</Drive>
</Group_AD>
<Group_AC>
<SlowSlew>false</SlowSlew>
<Schmitt>false</Schmitt>
<Drive>4mA</Drive>
</Group_AC>
</IO_Pins>
</Hardware_Specific>
</FT_EEPROM>