You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this development. I have implemented your host using tobozo's arduino wrapper. As noted there, although separately quite plausible, the data for x and y are strangely inconsistent. But perhaps their apparent plausibility is misleading.
I note and respect your disclaimer re hardware debugging. I also note that I am a hobbyist rather than professional. Notwithstanding this, I'll ask a couple of questions but understand if to answer would be out of scope.
Having read the pins as you've done with PulseView, USB packets are shown to be invalid. Picture below (I can't attach the .sr file).
The setup reports "New device detected on USB#0". It also reports bDeviceClass = 0x00 and similar for each of bDeviceSubClass & bDeviceProtocol. I'll put all similar data reported from the setup below.
The mouse is labelled NextTech, model: XM5245. The main 12 pin chip is labelled: A582: 2147FS524.
Am I right in understanding that all mice are LS? How can I confirm that this one is? I've done the testing with only slight modifications to tobozo's USB_Test example.
I'd be grateful for any suggestions as to how to proceed.
Thanks for this development. I have implemented your host using tobozo's arduino wrapper. As noted there, although separately quite plausible, the data for x and y are strangely inconsistent. But perhaps their apparent plausibility is misleading.
I note and respect your disclaimer re hardware debugging. I also note that I am a hobbyist rather than professional. Notwithstanding this, I'll ask a couple of questions but understand if to answer would be out of scope.
Having read the pins as you've done with PulseView, USB packets are shown to be invalid. Picture below (I can't attach the .sr file).
The setup reports "New device detected on USB#0". It also reports bDeviceClass = 0x00 and similar for each of bDeviceSubClass & bDeviceProtocol. I'll put all similar data reported from the setup below.
The mouse is labelled NextTech, model: XM5245. The main 12 pin chip is labelled: A582: 2147FS524.
Am I right in understanding that all mice are LS? How can I confirm that this one is? I've done the testing with only slight modifications to tobozo's USB_Test example.
I'd be grateful for any suggestions as to how to proceed.
desc.bcdUSB = 0x0110
desc.bDeviceClass = 0x00
desc.bDeviceSubClass = 0x00
desc.bDeviceProtocol = 0x00
desc.bMaxPacketSize0 = 0x08
desc.idVendor = 0x30fa
desc.idProduct = 0x0300
desc.bcdDevice = 0x0100
desc.iManufacturer = 0x00
desc.iProduct = 0x01
desc.iSerialNumber = 0x00
desc.bNumConfigurations = 0x01
The text was updated successfully, but these errors were encountered: