• running test on local host, the website coded with c#, is able to connect to the comm port and pass commands to the hardware just as done by hyperterminal software

  • if this website is uploaded/hosted this will not work, as the server doesnot have this harware connected to the comm port needed.

    one way is to ask the hosting company to set up a special computer for me with the hardware drivers etc.

    not possible.

      • defining hardware, the hardware is a remote control car.

so what is the solution?

link|improve this question

2  
You are kidding, right? – pdr Dec 18 '10 at 13:15
no, 136 answers. you must be hving an idea if possible and how right? – user287745 Dec 18 '10 at 13:17
plz check stackoverflow.com/questions/4478344/… for clear problem – user287745 Dec 18 '10 at 13:54
feedback

1 Answer

up vote 5 down vote accepted

You can create a Silverlight Out of Browser application which can run with elevated rights.
Perhaps it is possible to access the COM Port with ActiveX, too. But that would be a Internet Explorer only solution.

I found this blog where someone managed to get that working.

http://tech-michael.blogspot.com/2009/12/silverlight-talking-to-arduino.html

link|improve this answer
plz check stackoverflow.com/questions/4478344/… – user287745 Dec 18 '10 at 13:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.