Skip to main content
Participant
March 5, 2013
Question

Connect to USB serial device from Flash

  • March 5, 2013
  • 1 reply
  • 785 views

Hi,

I'm trying to create communication between flash and a usb dongle (Enttec DMX usb Pro). Normaly with the factory driver the device is installed as a com-port int Windows, but i installed a different driver (for other software) that installs it as a usb bus device.

I already have the byteArray that i can send from flash to a socket, but i need a program (Air or something else?) to connect to the device.

I tried using serproxy, but it's giving me the error that the com port is not open. That's because the divice is not at a com port right?

Does anyone know a free solution that can parse serial data from a socket to a (selectable) serial usb device?

Or if I'm way off help me in the right direction?

Thanks in advance!

Piet

1 reply

March 5, 2013

Is there some reason you can't change to using the com port instead? Seems like it would work fine then.

pleijstraAuthor
Participant
March 5, 2013

Well yess, in some cases i use the dongle from flash, in other cases via different software that needs the other driver..