nucleardreamer wrote: > Does wine support any kind of serial device interaction at all? Yes, if this is USB->serial type of device (seems like it is) just make a symlink: Code: ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com4 Then, hopefully, your program will see it.