Hello there,

I have written an application for serial port communication. The application was to send data to an embossing machine and to print it. The problem i am facing is that the application is running 100% perfect on a Win98 system while when i run it on the Win2k the system hangs. I debugged and found the problem. When the embossing system is ready it return a character - 17 to tell that it is ready to recieve data to be embossed. Now on Win98 i am able to capture this signal but when i run the application on Win2k it does not give me the signal !!!!. Is there any problem with Win2k ? The application was a Win32 console based application designed in VC++. I used the normal fucntionality to write to the port

CreateFile, ReadFile and WriteFile.. This is pretty urgent could anybody please help ? Is there any issues with Win2k ? Thanks in advance