I need to confirm one thing that are these two lines correct according to my port's hardware_ids information attached in the image? and what does that 0 & 1 represents? interface number?
// Silex CP210...
{0x10c4, 0xea60...
Amazon delivered the replacement CP2105 cable. I'm happy to report both ports actually work on this new cable.
Another urgent matter came up yesterday, so I probably can't dive into USB Host serial until the weekend. But I definitely do want...
I'm sad to say the 2nd port on this cable does not work. It's TXD2 pin has about 1.5 to 2.0 volts (sensitive to touching the wire). The TXD1 pin has 3.4 volts, as it should, and works fine when open the port and send data.
This is testing with...
Sorry I didn't get your point "Have a DUAL USB: "Triple_Serial_Test" on USB host of "SerialTest" and with two lines", and yes I have already included these two lines in my code (you can see my previous comment in which I posted my whole code)...
KurtE can you also tell what is meant by 0 and 1 in these two lines? Does it tell the interface number? I have tried changing these but it when I use the same VID, PID for both the lines it shows no com ports detected, but when I use two...
Thanks, KurtE for pointing one of the problems, yes, I need only two serial interfaces to be detected coming from the same device, because the sensor is using CP2105 which is a USB-to-Dual-UART Bridge controller, so I made changes to the file as...
Thank you very much for your reply, Paul, first of all sorry from my side I didn't think some official will reply to me because there are a lot of threads and that's why I posted under many threads in panic hoping someone might help me. I will...
Please do not create duplicate threads. Duplicates only dilute attention and annoy people who would want to help.
Let's discuss on your other thread which specifically mentions IWR6843AOP.
First step is to edit USBHost_t36.h to turn on debug printing.
Look for this near the top of that file, probably at line 62.
// Uncomment this line to see lots of debugging info!
//#define USBHOST_PRINT_DEBUG
Hi there, I am facing some issue which I think is related to the issue you faced, the thing is I am using a sensor which shows 2 COMPORTS when connected to PC, one comport is used to upload the configuration file and the second comport is used to...
I hope u add the ability to detect 2 COM ports in the USBHOST_t36 library, because some devices like IWR6843AOP sensor has 2 COM ports by default and teensy 4.1 don't detect the second one
Hi there, I am facing a problem and need urgent help if somebody can please, the thing is I am working on IWR6843AOP sensor and you don't need to know about this sensor for this problem but when you plug this sensor with the PC it shows 2 COM...