Project

General

Profile

Gerdes PrimuX USB II » History » Version 1

roox, 01/04/2023 09:51 AM

1 1 roox
h1. Gerdes PrimuX USB II (No. 2110)
2
3
A ISDN BRI USB adapter made by "Gerdes AG":https://www.gerdes-ag.de/
4
5
Website
6
https://www.gerdes-ag.de/en/products/primux/soho/
7
8
Datasheet
9
* attachment:Gerdes_PrimuX_USB_II-datasheet.pdf (german)
10
11
A closed source driver for Linux can be downloaded from the "website":https://www.gerdes-ag.de/en/service/primux/downloads/ but the kernel interface layer can only be compiled with kernel versions < 2.6.25
12
13
h2. Pictures
14
15
{{thumbnail(PrimuX_USB_II-case-top1.jpg)}}
16
{{thumbnail(PrimuX_USB_II-case-bottom1.jpg)}}
17
{{thumbnail(PrimuX_USB_II-case-open1.jpg)}}
18
19
{{thumbnail(PrimuX_USB_II-pcb-perspective.jpg)}}
20
{{thumbnail(PrimuX_USB_II-pcb-top1.jpg)}}
21
{{thumbnail(PrimuX_USB_II-pcb-bottom1.jpg)}}
22
23
We can see here
24
* Microchip PIC18F85J50 (USB Controller) attachment:PIC18F87J50.pdf
25
* Cologne Chip XHFC-1SU ISDN (Extended ISDN HDLC FIFO controller) attachment:XHFC-1SU.pdf
26
* UMEC UT20795-05TS (ISDN S-Interface Transformer)
27
28
h2. USB
29
30
<pre>
31
usb 3-6.3.2: new full-speed USB device number 18 using xhci_hcd
32
usb 3-6.3.2: New USB device found, idVendor=04d8, idProduct=fa0d, bcdDevice= 0.00
33
usb 3-6.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
34
usb 3-6.3.2: Product: PrimuX USB II
35
usb 3-6.3.2: Manufacturer: Gerdes Aktiengesellschaft
36
</pre>
37
38
<pre>
39
Bus 003 Device 018: ID 04d8:fa0d Microchip Technology, Inc. PrimuX USB II
40
Device Descriptor:
41
  bLength                18
42
  bDescriptorType         1
43
  bcdUSB               1.10
44
  bDeviceClass            2 Communications
45
  bDeviceSubClass       128 
46
  bDeviceProtocol         0 
47
  bMaxPacketSize0         8
48
  idVendor           0x04d8 Microchip Technology, Inc.
49
  idProduct          0xfa0d 
50
  bcdDevice            0.00
51
  iManufacturer           1 Gerdes Aktiengesellschaft
52
  iProduct                2 PrimuX USB II
53
  iSerial                 0 
54
  bNumConfigurations      1
55
  Configuration Descriptor:
56
    bLength                 9
57
    bDescriptorType         2
58
    wTotalLength       0x0029
59
    bNumInterfaces          1
60
    bConfigurationValue     1
61
    iConfiguration          0 
62
    bmAttributes         0xa0
63
      (Bus Powered)
64
      Remote Wakeup
65
    MaxPower              100mA
66
    Interface Descriptor:
67
      bLength                 9
68
      bDescriptorType         4
69
      bInterfaceNumber        0
70
      bAlternateSetting       0
71
      bNumEndpoints           0
72
      bInterfaceClass         2 Communications
73
      bInterfaceSubClass    128 
74
      bInterfaceProtocol    255 
75
      iInterface              0 
76
    Interface Descriptor:
77
      bLength                 9
78
      bDescriptorType         4
79
      bInterfaceNumber        0
80
      bAlternateSetting       1
81
      bNumEndpoints           2
82
      bInterfaceClass         2 Communications
83
      bInterfaceSubClass    128 
84
      bInterfaceProtocol    255 
85
      iInterface              0 
86
      Endpoint Descriptor:
87
        bLength                 7
88
        bDescriptorType         5
89
        bEndpointAddress     0x01  EP 1 OUT
90
        bmAttributes            1
91
          Transfer Type            Isochronous
92
          Synch Type               None
93
          Usage Type               Data
94
        wMaxPacketSize     0x0040  1x 64 bytes
95
        bInterval               1
96
      Endpoint Descriptor:
97
        bLength                 7
98
        bDescriptorType         5
99
        bEndpointAddress     0x81  EP 1 IN
100
        bmAttributes            1
101
          Transfer Type            Isochronous
102
          Synch Type               None
103
          Usage Type               Data
104
        wMaxPacketSize     0x0040  1x 64 bytes
105
        bInterval               1
106
Device Status:     0x0001
107
  Self Powered
108
</pre>
Add picture from clipboard (Maximum size: 48.8 MB)