> Have a try of some code and see whether it works with ASP.NET.
> http://msdn2.microsoft.com/en-us/library/system.io.ports.serialport.getportnames(VS.80).aspx
>
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.
> "Flemming Hansen" <(E-Mail Removed)> wrote in message
> news:458f0a7b$0$179$(E-Mail Removed)...
>> 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?.
>>
>