Click here to Skip to main content
15,887,676 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to develop an application software for serialport communication in c#.net
Posted

1 solution

First you will need to understand the classes used in serial port communications using C#;

Search Codeproject articles & google
e.g. Serial Communication using C# and Whidbey[^]

Then you will need to understand the LED display you are using, and write messages to the display which use the protocol of the display. Only you know what make/model the display is, search the manufactuers website or google.
 
Share this answer
 
Comments
sairam.bhat 27-Jul-10 2:50am    
thank you
sairam.bhat 7-Aug-10 5:29am    
Reason for my vote of 5
its good question

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900