954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

C# sending data via website through serial port

Hi, I am student doing my final term project. For my project, I am suppose to create a webpage that controls the a robot, the webpage will send out commands to allow the robot to program routines. The command will be send through serial port via the webpage. I have managed to establish the com port connect between the webpage and the robot, but the send command part don't seems to be functioning correctly.

The webpage is created using Visual Studio ASP.Net, coded in C#.

Can anyone out there help?

something78
Newbie Poster
6 posts since Mar 2009
Reputation Points: 10
Solved Threads: 0
 

HI,
.net 2.0 gives us the straight forward way to communicate via serial port. Hence you will not read from serial port you can ommit the event handler section from the below article. Hope this aticle will help you a lot.
http://www.c-sharpcorner.com/UploadFile/eclipsed4utoo/SerialPortCommunication12082008111137AM/SerialPortCommunication.aspx

mail2saion
Posting Whiz in Training
247 posts since Apr 2009
Reputation Points: 26
Solved Threads: 44
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You