Page 1 of 1

custom usb device

PostPosted: Tue Mar 14, 2017 9:40 pm
by flowax
Is it possible to create my own custom usb device so i can use flowstone to create a UI to control it?

Re: custom usb device

PostPosted: Wed Mar 15, 2017 10:41 am
by Spogg
I don't know anything about the Robotics stuff but I would guess you would need to create a MIDI output driver.
Then you could use the MIDI Out prim to send all manner of messages to your USB device, which would then interpret them accordingly.
This was done in the old Synthmaker days and I've seen a few MIDI editors designed to control hardware synths. This was a very popular thing several years ago because hardware synths often had very limited front panel controls. The messages sent would normally be System Exclusive (Sysex) but in your own design you could use whatever protocols you wished.

Sounds like an interesting idea!

Cheers

Spogg

Re: custom usb device

PostPosted: Wed Mar 15, 2017 11:16 am
by DaveyBoy
Just use a cheap USB to serial converter.
This appears as a virtual com port, then just use the com port prim to send/receive whatever data you wish.

And yes, you can create fantastic GUIs with Flowstone :)

Re: custom usb device

PostPosted: Wed Mar 15, 2017 6:35 pm
by aronb
Hi,

I use MicroElectronika PIC Compilers (C and BASIC) and the "StartUSB for PIC" development PCBs to get up and running with an idea. There are examples on the forum on doing this. And of course Flowstone makes AWESOME GUIs for the user ! ! !

See: https://shop.mikroe.com/development-boards/starter/startusb/pic

Good Luck - its really easy to do though ;)

Aron

custom usb device

PostPosted: Sun May 12, 2019 7:51 am
by byronveF
I could not get the ENTTEC unit working under Mavericks. Can anyone recommend an alternative USB DMX device?