Hello,
I try to do an application in C# to read data from serial port. Based on CTS pin state, meaning of every received byte is different (data or command) . I use dataReceived event to read bytes and I get the state of CTS line for every byte.
There is a problem that sometimes receiving data with getting the related state of CTS line is not synchronic. This problem occurs more frequently when the baud rate is high. I need to work...
User Profile
Collapse
-
Serial port and CTS pin problem in C#
-
Thanks for your replies.It works.... -
-
Refreshing a label text
Hello,I am new to C#.
I have a UserControl. I could not Refresh a label text in the UserControl from another form.
The Codes are:
Code:public partial class ImagePBX : UserControl { private Label label; private string _LabelText = "Label"; public ImagePBX() { InitializeComponent(); this.label = new Label();
Last edited by Curtis Rutland; Jun 15 '10, 02:19 PM. Reason: Please use [CODE] tags when posting code.
No activity results to display
Show More
Leave a comment: