Hey Jan, thanks for your reply.
Quick follow up question:
For this type of "tap" would you recommend a man in the middle type of device where it actually receives the usb info and strips off the protocol then adds the protocol and sends it to the intended device.
OR
Tap the USB communication and attempt to de-encode the communication from both sides so as not to interfere with the existing communication.
My 1st thought would be to use the latter since it doesn't interfere with the communication.
The problem is, is USB a scary protocol to decode in software. I think its doable, thoughts?