Click to See Complete Forum and Search --> : Reading from a Serial/COM port in asp.net?


Seboko
03-13-2009, 10:31 AM
Is it possible have an ASP.net web application to read from a Serial/COM port? I am writing an ASP.net(with C#) web app which will display some information to a few client computers and I need it to have coupon readers attached to the client machines and th app needs to read from the coupon readers.

Is this possible? May be I need an ActiveX control - but if so, how do I use it?

TheBearMay
03-13-2009, 10:46 AM
I'm told it can be done using System.IO.Ports

Here's an article that may help: http://www.codeproject.com/KB/system/Serialport_COM.aspx