Windows Serial Port Maximum Baud Rate

 admin  
  1. Common Serial Baud Rates
  2. Windows Serial Port Maximum Baud Rate Calculator

Hello,I have generated my code in eclipse ide. The code seems to running fine.

Common Serial Baud Rates

Usb

Windows Serial Port Maximum Baud Rate Calculator

I am able to open the serial port and able to receive the data too. But I am facing issues with the writing part. The application seems to getting stuck at WriteFile function. I tried checking the value of the status returned by this function but code seems to be getting stuck in WriteFile function itself as it never reaches the next part of the code. Below is my implementation of WriteFile function in which transmitBuffer is a char type array.retVal = WriteFile(portHandle, transmitBuffer, 10, &bytesTransmitted, NULL);Can somebody help??. to post comments.

   Coments are closed