RE: Problem with serial port.

2005-12-01 Thread Félix Ortega
Quoting gslink <[EMAIL PROTECTED]>: Did you check out that flow control is handled correctly from the Olivetti printer. I have had this happen in the past and in every case I found that either I was using the wrong flow control or not taking it into account. Finally it results that my pr

RE: Problem with serial port.

2005-11-29 Thread gslink
Did you check out that flow control is handled correctly from the Olivetti printer. I have had this happen in the past and in every case I found that either I was using the wrong flow control or not taking it into account.

Re: Problem with serial port

2005-11-29 Thread Uwe Bonnes
> "Félix" == Félix Ortega <[EMAIL PROTECTED]> writes: Félix> I'm starting to thing that there is a problem with the way the Félix> serial port is initialized, but I don't have any proof of that. Didn't Cihan already found some mismatches in initialization. Perhaps there is more misma

Re: Problem with serial port

2005-11-29 Thread Félix Ortega
Quoting Uwe Bonnes <[EMAIL PROTECTED]>: "Félix" == Félix Ortega <[EMAIL PROTECTED]> writes: Félix> Sorry, with my desesperation I forgot to tell you the version of Félix> wine I'm running is the 0.9.2 version. I have tried 0.9.0 and Félix> 0.9.1, with the same result. The strange thin

Re: Problem with serial port

2005-11-29 Thread Cihan Altinay
Uwe Bonnes wrote: Perpaps some serial spy would be of help. Capture the communication of the windows program with the device, do the same under wine and compare. However I don't have a suggestion for a serial caputure program for you :-( How about the freeware Portmon from sysinternals: http:/

Re: Problem with serial port

2005-11-29 Thread Uwe Bonnes
> "Félix" == Félix Ortega <[EMAIL PROTECTED]> writes: Félix> Sorry, with my desesperation I forgot to tell you the version of Félix> wine I'm running is the 0.9.2 version. I have tried 0.9.0 and Félix> 0.9.1, with the same result. The strange thing is the driver does Félix> not

Re: Problem with serial port

2005-11-29 Thread Félix Ortega
Sorry, with my desesperation I forgot to tell you the version of wine I'm running is the 0.9.2 version. I have tried 0.9.0 and 0.9.1, with the same result. The strange thing is the driver does not use the WaitCommEvent call, tha I think is work in progress now. I have another driver for a similar

Re: Problem with serial port

2005-11-29 Thread Uwe Bonnes
> "Félix" == Félix Ortega <[EMAIL PROTECTED]> writes: Félix> Quoting Cihan Altinay <[EMAIL PROTECTED]>: >> Quoting Félix Ortega <[EMAIL PROTECTED]>: >> >>> I'm trying to make work a driver for a financial printer (Olivetti >>> Pr20) on wine. I'm having problems with the se

Re: Problem with serial port

2005-11-29 Thread Félix Ortega
Quoting Cihan Altinay <[EMAIL PROTECTED]>: Quoting Félix Ortega <[EMAIL PROTECTED]>: I'm trying to make work a driver for a financial printer (Olivetti Pr20) on wine. I'm having problems with the serial port, it seems that no data is written to the device. I have tried everything I have thinke

Re: Problem with serial port

2005-11-27 Thread Cihan Altinay
Quoting Félix Ortega <[EMAIL PROTECTED]>: > I'm trying to make work a driver for a financial printer (Olivetti Pr20) on > wine. I'm having problems with the serial port, it seems that no data is > written to the device. I have tried everything I have thinked, searched on Please try the attached p

Problem with serial port

2005-11-25 Thread Félix Ortega
I'm trying to make work a driver for a financial printer (Olivetti Pr20) on wine. I'm having problems with the serial port, it seems that no data is written to the device. I have tried everything I have thinked, searched on the list, searched on google, but the printer does not work. I think there