Search found 3 matches
- Mon Oct 10, 2011 3:53 am
- Forum: Off-Topic
- Topic: convert string into character
- Replies: 3
- Views: 7742
convert string into character
how to convert string into character format ?
- Fri Sep 23, 2011 12:53 am
- Forum: NetBurner Software
- Topic: How to parse lines of serial data?
- Replies: 6
- Views: 7345
Re: How to parse lines of serial data?
parsing Serial data in C#
01 {
02 InitializeComponent();
03 }
04
05 public void serialPort1_DataReceived(object sender, System.IO.Ports.SerialDataReceivedEventArgs e)
06 {
07 RxString = serialPort1.ReadExisting();
08 this.Invoke(new EventHandler(DisplayText));
09 }
10
11 private void Form1_Load ...
01 {
02 InitializeComponent();
03 }
04
05 public void serialPort1_DataReceived(object sender, System.IO.Ports.SerialDataReceivedEventArgs e)
06 {
07 RxString = serialPort1.ReadExisting();
08 this.Invoke(new EventHandler(DisplayText));
09 }
10
11 private void Form1_Load ...
- Fri Sep 23, 2011 12:48 am
- Forum: NetBurner Software
- Topic: MAC in wireless module
- Replies: 0
- Views: 2630
MAC in wireless module
what is a MAC in wireless module ?