Serial Communication using IE on a Client PC
-
Hi, I need to control a device through serial communication on a client PC used a web application. I have no idea how to do this. Can someone point me in the right direction? The following are some brief information about my app: 1) I have a web application developed using ASP.NET in VS2005 2) A device will be connected to one of the client PC. Users will select a command and send that command to the device via serial com port. I need to create a ASP.button to send this command. 3) I only need to support Internet Explorer (for now...) Any help will be appreciated. THanks
-
Hi, I need to control a device through serial communication on a client PC used a web application. I have no idea how to do this. Can someone point me in the right direction? The following are some brief information about my app: 1) I have a web application developed using ASP.NET in VS2005 2) A device will be connected to one of the client PC. Users will select a command and send that command to the device via serial com port. I need to create a ASP.button to send this command. 3) I only need to support Internet Explorer (for now...) Any help will be appreciated. THanks
Try looking into the new .NET 2.0 SerialPort[^] class.
-
Hi, I need to control a device through serial communication on a client PC used a web application. I have no idea how to do this. Can someone point me in the right direction? The following are some brief information about my app: 1) I have a web application developed using ASP.NET in VS2005 2) A device will be connected to one of the client PC. Users will select a command and send that command to the device via serial com port. I need to create a ASP.button to send this command. 3) I only need to support Internet Explorer (for now...) Any help will be appreciated. THanks
This resource[^] and this sample[^] should help you with creating what you need. After you create it, you'll surely need information from this other source[^] because you probably will find that your application may not have permission to execute while testing on other computers. What I did with these resources is make an automatic update of some applications by downloading through FTP through web application so I think it should help with what you need as well. Believe me, it was a pain to find this information ;). daniero
-
Hi, I need to control a device through serial communication on a client PC used a web application. I have no idea how to do this. Can someone point me in the right direction? The following are some brief information about my app: 1) I have a web application developed using ASP.NET in VS2005 2) A device will be connected to one of the client PC. Users will select a command and send that command to the device via serial com port. I need to create a ASP.button to send this command. 3) I only need to support Internet Explorer (for now...) Any help will be appreciated. THanks
http://www.codeproject.com/managedcpp/howtocomport.asp[^] This is pretty good article :-O in Managed C++, you'll have to move it to C# Cheers Al
-
http://www.codeproject.com/managedcpp/howtocomport.asp[^] This is pretty good article :-O in Managed C++, you'll have to move it to C# Cheers Al
[Message Deleted]
-
[Message Deleted]
I am already expiered :((