My co-worker is challenged with taking user input in Flex and using that data to execute commands on a USB device. We figured we would need to have a socket server running on the machine in order to do this. We want to send objects with byte arrays etc, not just strings.
Is there anything out there that could help us? Do we need to write our own socket server, which I am afraid might take some time, or can we use any of the existing remote gateways like WebORB or FluorineFX and somehow use that to do the communication and the serialization perhaps by hosting them as a Windows service?