Hi Daniel,
On 08/27/2015 03:18 PM, Krefft, Daniel wrote:
Hi,
as mentioned in your IRC channel, I need to connect several PL2303 USB2UART bridges on PandaBoard's USB ports.
But, I get the following error (found in raw.cc):
Device type already present (vendor: %x product: %x). Overwrite!
What changes are required to manage multiple devices with the same type.
If both PL2303s have the same product and vendor ids, it is currently unsupported, since right now we cannot distinguish them at the USB server side.
Regards,
Sebastian