Click here to Skip to main content
15,888,803 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
is it possible asp.net c# web application serial port communication?

help me describe please?
Posted
Comments
MT_ 21-Nov-12 5:04am    
What is the question ? If the question is "Is serial port communication possible in C# and ASP.Net". the answer is Yes.
Member-2338430 21-Nov-12 6:32am    
is there any document or link
OriginalGriff 21-Nov-12 5:07am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Use the "Improve question" widget to edit your question and provide better information.
Member-2338430 21-Nov-12 6:31am    
ok there is personel card system. we want to web base applicaion and we will load money in this card from web.
there is a card reader connect with serial port.
if you keep your card on to card reader we will take card id..something like this..but we dont want to windows form application we want to web application asp.net (C#) not vb
Member-2338430 21-Nov-12 7:04am    
ok there is personel card system. we want to web base applicaion and we will load money in this card from web.
there is a card reader connect with serial port.
if you keep your card on to card reader we will take card id..something like this..but we dont want to windows form application we want to web application asp.net (C#) not vb

1 solution

You can't access a serial port on the client directly from the server - security concerns forbid it.
If you need to talk directly to the serial port, then you will have to run software on the client and communicate with that.
 
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