coachnatebean wrote: > 1.How do I get more than one COM port to be recognized? In WindowsXP, I have multiple ports to choose from. In Ubuntu/Wine I only have COM1. Wine auto detects all available com ports. If you already have few regular ports and want to add USB->serrial port then link it to somethign other then com1/com2: Code: ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com5 coachnatebean wrote: > 2.How do I get the USB device to recognize and collect the information from the remotes and send the information to the eInstruction-CPS program? Does it work with any Linux program that talks to serial ports?