I have a pre designed circuit, consisting of a controller which sends data serially ( from data+ and data- i.e. through USB ) . I want to read the data through an another controller, as the data sent is in d+ and d- form I can't use TX RX pins.
So far, I have tried Mini USB Host Shield 2.0 with Arduino nano and I am able to get the data as well but the cost of it is too high.
I also tried using RPI Pico as an USB Host as it is cheaper but I wasn't able to read data. I was able to interface HID devices, but the CDC ACM code didn't work for me ( this was tested 6 months back, haven't tried it again if there's a fix ).
The discussion for the same is here.
But I would really like to know any other cheaper options to do so.
Thanks in advance.