Hi!
I have this project were I have to make a communication like that:
PC communicates with a device (oscilloscope, printer, whatever..) via USB port, but between this communication I have a zedboard that sends all the data from/to the PC to/from the device.
I want to make a system that will work like an USB analyzer device. I want the zedboard to be a part of the communication system but not be recognized from the pc and the device. The two devices mast not u201Cseeu201D the zedboard.
I want to use digilent USBUART pmods. My problem is that I canu2019t connect the oscilloscope with the zedboard, and more important I donu2019t know how to make the communication, so that the pc will recognize the oscilloscope despite the presence of the zedboard. I thought that if I was sending from the zedboards uarts the proper usb protocol packets for attaching the host to the device would be enough but itu2019s more complicated than that.
Any advises on how to do that? Can someone guide me?
I donu2019t want to use the USB u2013 OTG port for this project.