Duet WiFi vid_pid
-
Hi all,
I have an application for my duet WiFi board that needs to controlled from a host system.
It will only accept USB devices with a certain vid_pid, I have proved this with a custom Arduino and USB identification. I can send a string of data that replicates what is sent from the duet over USB and it seems to work.
However, when I connect the duet it obviously has the wrong identification and will not connect, I was thinking of a custom USB to serial converter and use the panelduet serial connection but I fear this will be too slow for the required 230400 baud.
Any ideas out there?
Thanks in advance
Ian
-
What I meant to add was....
Is it possible to configure the duet wifi vid_pid at all?
Thanks...
-
Not that I'm aware of, but if you already have the arduino communicating over USB perhaps it would be better to use a network protocol to communicate between the Duet and Arduino instead of trying to interface directly via USB.
Can you give us more information about the application at hand?
-
@phaedrux Sure,
It's the raise 3d pro tablet!, totally closed of course.
it must be usb to serial comm's and the arduino was just to prove a point, that the host tablet will recognize the correct VID_PID the duet will take place of the arduino.
I would like to use duwt wifi under host control of the raise tablet (printing over usb basically) but i need to change the vendor id and product id of the duet.
thank you