Search results for query: *

  1. S

    Question Problems with application locking up

    Hi John, I have tried using the serial port component in the .NET framework, but there is some issue between reading the buffer and the stream when using the DataReceived event. So, I have used the DesktopSerialIO.dll provided by Dick Grier. Do you know what the issue is with the DataReceived...
  2. S

    Question how can form be fix (user cant change the size of the form in runing mode)

    Hi chinrose, In the form properties, try changing autosize to false.
  3. S

    Question Problems with application locking up

    Hi, I have created an application with 3 terminal windows for capturing data from 3 serial ports and outputting the data to a file. It seems to work well with one serial port, but when I fire all 3 serial ports at once, the application hangs. Here is the portion of the code that I believe is the...
Back
Top