napalm wrote: > another problem I'm having is that i can't communicate thought the com1 port (ttyS0) > Ive made the appropriate links ln -s /dev/ttyS0 ~/.wine/dosdevices/com1 > > But I get an error on the program saying that the module didnt respond and to check cables. > > on the console the only error that shows up is this: > > fixme:comm:set_queue_size insize 2100 outsize 2100 unimplemented stub > > Since no one replied, here goes: Your application is attempting to set a queue size and this function is not implemented in Wine. Is this causing your program to fail, quite possibly. Is there a way to shut off the ability to set the input and output queue size in your program? James McKenzie