المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : graphic



C# Programming
01-01-2010, 07:40 AM
Dear all,

I am new to C# programming and I need some guide on this problem. I am using MicroSoft Visual Studios 2005 C#.

I am given a task where i have to use the detections(in byte) received by the serial port, to
store them into points and appear on the interface form.

I need to:

1) use ReadByte Method to receive a single byte at a time from the serial port and to give a unique initial to the received byte detections by the HS0038B receiver. The detections must be categorised as X1 and Y1.

2)Create an ArrayList to store the bytes when the function ReadByte receive single byte.

Can anyone provide me with a small workable codes?

Thank you very much