Click here to Skip to main content
15,921,113 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I am rubin.
I am developing a POS system using ASP.NET with C#.
My question is whether I can implement serial port communication using ASP.NET or not.
If I can, let me see some examples.
I am waiting for your answer.
Posted
Comments
Kythen 30-Jun-10 17:57pm    
I'm guessing English is not your first language. As such, here is some friendly advice to you. Your last sentence may be interpreted by some readers as having a very demanding and impolite tone. I would recommend a different choice of words, perhaps thanking people in advance for any help they may be able to provide.

1 solution

Yes, you can use the System.IO.Ports.SerialPort<code>[^] class. This is part of the .NET framework, but not part of ASP.NET specifically. Examples are provided on the linked MSDN page.
 
Share this answer
 

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