Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Communication with RS232 form asp.net?

Status
Not open for further replies.

dpdoug

Programmer
Nov 27, 2002
455
US
I have some code that I downloaded that is for communicating with a RS232 port from a .net windows app.

I'm tweeking it and in an attempt to get it to work in my asp.net app.

What I've noticed is there is an event called moRS232_CommEvent, which I looks like its a part of System.Windows.Forms

I'm beginning to wonder if what I am attempting is possible in an asp.net app.

I've read up a lot about this, but it's still pretty much Greek to me. Anyone got any pointers on this?
 
You could always write the application as a windows application (which would make more sense anyway) and have your asp.net application start the windows application as a new process.

--------------------------------------------------------------------------------------------------------------------------------------------

Need help finding an answer?

Try the search facility ( or read FAQ222-2244 on how to get better results.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top