Com Port via Web Interface

F

Flemming Hansen

Hi guys,
I'm controlling a step motor through serial port using C#. I wan't to
connect my C# program to a web interface, so I can control the direction of
the motor with 2 buttons on the web page. Is that possible?.
 
F

Flemming Hansen

Have a try of some code and see whether it works with ASP.NET.

Thanks for the answer. I don't know anything about ASP.NET. I just wonder,
if it's possible to make a C# program, that listens i.e port 1234 and when I
write http://www.mydomain.com:1234 in the web browser, it generates a
webpage with 2 buttons, and by pressing theese buttons, it communicates with
serial port? Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top