FS with selfbuild usb interfaces (output)
Posted: 16 Nov 2009, 11:41
i've developed a usb interface that works same as udmx on usb side. so in usb specs i must write
in subconfig.h file of the AVR USB set, that the interface works with freestyler as uDMX. Here i use a dll file named uDMX.dll located in the FS folder. How can i add a new device point in FS for my own interface?
Or, other way round...
how can i tell FS, that my interface works like uDMX, but it is no uDMX interface? When i change the to rows (see code) to another values, freestyler sends a message to the screen, that uDMX is not connected. in the uDMX.dll is no hint to fix that problem.
Code: Select all
#define USB_CFG_VENDOR_NAME 'w', 'w', 'w', '.', 'a', 'n', 'y', 'm', 'a', '.', 'c', 'h'
...
#define USB_CFG_DEVICE_NAME 'u', 'D', 'M', 'X'
Or, other way round...
how can i tell FS, that my interface works like uDMX, but it is no uDMX interface? When i change the to rows (see code) to another values, freestyler sends a message to the screen, that uDMX is not connected. in the uDMX.dll is no hint to fix that problem.