Replies: 1 comment 2 replies
-
Hi. FT232HPQ is not yet supported as I do not have any HW to test it. I need to find one, but FTDI chip fees are just ridiculous... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently bought
USB Hi-Speed FT232HP Development Module
https://ftdichip.com/products/umft232hpev-s/
I was expecting to be able to use this together with pyFtdi - but I can't get it to work
I keep getting the "No USB-Serial device has been detected"
Here is a list of observations:
ftdi_urls.py returns an empty result.
Using lsusb I can see the device id:
Bus 005 Device 013: ID 0403:6045 Future Technology Devices International, Ltd Single RS232-HS
The kernel detect the USB device and uses the ftdi_sio module
dmesg reports:
[623554.215489] ftdi_sio 5-3.4:1.0: FTDI USB Serial Device converter detected
[623554.215520] usb 5-3.4: Detected FT232HP
[623554.216152] usb 5-3.4: FTDI USB Serial Device converter now attached to ttyUSB0
I've updated the udev rules:
Any ideas what is wrong?
Beta Was this translation helpful? Give feedback.
All reactions