Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
1

Connect to USB serial device from Flash

Community Beginner ,
Mar 05, 2013 Mar 05, 2013

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

TOPICS
ActionScript
765
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 05, 2013 Mar 05, 2013

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 05, 2013 Mar 05, 2013
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines