Quote:
Originally Posted by backspace119
Would it change anything if this device registered as a generic HID device?
|
Yes. The serial port class only works if the device is a serial port, ie linux recognizes it as a TTY or ACM device.
While it should be possible to use a generic HID device through linux interfaces, WPILib doesn't provide a library for it.