dataexplorer-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Raspberry - SkyRC D100v2 - device not found?


From: Lauritz J. Saxtrup
Subject: Raspberry - SkyRC D100v2 - device not found?
Date: Mon, 23 Mar 2020 23:44:22 +0100


Hello,

I'm trying to get dataexplorer-3.4.1-bin_RaspbianLinux_ARM_32 to connect to my SkyRC D100v2 using a Raspberry Pi 1 running:
Linux raspberrypi 4.19.97+ #1294 Thu Jan 30 13:10:54 GMT 2020 armv6l GNU/Linux

But I'm getting "Specified USB device can not be found".

when I plug it in /dev/ttyAMA0 appears and lsusb -v provides the following that seems to match what DataExplorer is looking for based upon what I found in the D100-Set.xml file.

Any help would be very appreciated!

Cheers,
Lauritz

xml snippet:
    <UsbPort>
        <vendorId>0x0000</vendorId>
        <productId>0x0001</productId>
        <usbInterface>
            <interface>0x00</interface>
            <endPointIn>0x01</endPointIn>
            <endPointOut>0x81</endPointOut>
        </usbInterface>
    </UsbPort>

lsusb -v snippet:
Bus 001 Device 007: ID 0000:0001  
Couldn't open device, some information will be missing
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x0000
  idProduct          0x0001
  bcdDevice            2.00
  iManufacturer           1
  iProduct                2
  iSerial                 3
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength       0x0029
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower               64mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         3 Human Interface Device
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              0
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.01
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      27
         Report Descriptors:
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval              10
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval              16


reply via email to

[Prev in Thread] Current Thread [Next in Thread]