-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathHB-RF-USB_FT232R_Template.xml
51 lines (51 loc) · 2.96 KB
/
HB-RF-USB_FT232R_Template.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
<?xml version="1.0" encoding="utf-16"?>
<FT_EEPROM>
<Chip_Details>
<Type>FT232R</Type>
</Chip_Details>
<USB_Device_Descriptor>
<VID_PID>1</VID_PID>
<idVendor>0403</idVendor>
<idProduct>6F70</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>150</MaxPower>
</USB_Config_Descriptor>
<USB_String_Descriptors>
<Manufacturer>Alexander Reinert</Manufacturer>
<Product_Description>HB-RF-USB</Product_Description>
<SerialNumber_Enabled>true</SerialNumber_Enabled>
<SerialNumber />
<SerialNumberPrefix>A9</SerialNumberPrefix>
<SerialNumber_AutoGenerate>true</SerialNumber_AutoGenerate>
</USB_String_Descriptors>
<Hardware_Specific>
<HighIO>false</HighIO>
<D2XX>false</D2XX>
<ExternalOscillator>false</ExternalOscillator>
<Invert_RS232_Signals>
<TXD>false</TXD>
<RXD>false</RXD>
<RTS>false</RTS>
<CTS>false</CTS>
<DTR>false</DTR>
<DSR>false</DSR>
<DCD>false</DCD>
<RI>false</RI>
</Invert_RS232_Signals>
<IO_Controls>
<C0>I/O MODE</C0>
<C1>I/O MODE</C1>
<C2>I/O MODE</C2>
<C3>I/O MODE</C3>
<C4>PWREN#</C4>
</IO_Controls>
</Hardware_Specific>
</FT_EEPROM>