client side serial communication
-
I want to communicate with serial port on client side system via asp pages.I think silverlight is the best solution,but there is no asp.net sample about this topic. would you please tell me if there is a sample in this site or other web pages? thanks
-
I want to communicate with serial port on client side system via asp pages.I think silverlight is the best solution,but there is no asp.net sample about this topic. would you please tell me if there is a sample in this site or other web pages? thanks
Silverlight is not the best option for what you are trying to do. Silverlight runs in a sandboxed environment where accessing serial ports is not possible.
Build your own survey - http://www.factile.net
-
Silverlight is not the best option for what you are trying to do. Silverlight runs in a sandboxed environment where accessing serial ports is not possible.
Build your own survey - http://www.factile.net
Dear Abhinav S I couldn't find an issue about my question. :^) I googled and find some link but there is no brief sample.what should i do? 1 http://stackoverflow.com/questions/8989538/serial-communication-with-silverlight-5-com-port[^] 2 http://forums.asp.net/t/1438280.aspx/1?Serial+port+communication+in+asp+net[^] 3 http://forums.silverlight.net/t/21606.aspx/1[^]
-
Dear Abhinav S I couldn't find an issue about my question. :^) I googled and find some link but there is no brief sample.what should i do? 1 http://stackoverflow.com/questions/8989538/serial-communication-with-silverlight-5-com-port[^] 2 http://forums.asp.net/t/1438280.aspx/1?Serial+port+communication+in+asp+net[^] 3 http://forums.silverlight.net/t/21606.aspx/1[^]
Try using WPF.
Build your own survey - http://www.factile.net
-
Try using WPF.
Build your own survey - http://www.factile.net
This site needs to sign in but I don’t know why I can’t sigup
-
I want to communicate with serial port on client side system via asp pages.I think silverlight is the best solution,but there is no asp.net sample about this topic. would you please tell me if there is a sample in this site or other web pages? thanks
Create a webservice on the server side that accepts the port data and a desktop app on the client side that reads the serial port and sends the data to the webservice. Or; use automation (via MSHTML or a webbrowser control) to update the ASP page from a desktop app that reads the serial port. Or; create a webservice on the client side that reads the serial port; a Siverlight app on the client side can then access the webservice to get port data.
-
Create a webservice on the server side that accepts the port data and a desktop app on the client side that reads the serial port and sends the data to the webservice. Or; use automation (via MSHTML or a webbrowser control) to update the ASP page from a desktop app that reads the serial port. Or; create a webservice on the client side that reads the serial port; a Siverlight app on the client side can then access the webservice to get port data.
Thanks for your answer. Is there any sample about these ideas?
-
Thanks for your answer. Is there any sample about these ideas?
I gave you 3 options; you first need to decide which option you are going to use, and then break out it's components. After that, there are plenty of examples out there (including on this site) to: 1) create a web service (server and/or client side) 2) read a serial port 3) browser automation using MSHTML 4) browser automation using the web browser component 5) calling javascript on a page and passing parameters
-
I gave you 3 options; you first need to decide which option you are going to use, and then break out it's components. After that, there are plenty of examples out there (including on this site) to: 1) create a web service (server and/or client side) 2) read a serial port 3) browser automation using MSHTML 4) browser automation using the web browser component 5) calling javascript on a page and passing parameters
What hapened if there was a sample including this five issues together? I'll try again to achieve my purpose. But I hope I would make a component,when user connects to my website an activex download pops up and he accept it then every thing will be solved through internet borrowser. Is that possible?i'm sure but it's too difficult for me.
-
What hapened if there was a sample including this five issues together? I'll try again to achieve my purpose. But I hope I would make a component,when user connects to my website an activex download pops up and he accept it then every thing will be solved through internet borrowser. Is that possible?i'm sure but it's too difficult for me.
First off, I wouldn't use an ActiveX control - that will limit you to PCs. Secondly, what exactly are you expecting from us?
*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington
"Mind bleach! Send me mind bleach!" - Nagy Vilmos
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier
-
What hapened if there was a sample including this five issues together? I'll try again to achieve my purpose. But I hope I would make a component,when user connects to my website an activex download pops up and he accept it then every thing will be solved through internet borrowser. Is that possible?i'm sure but it's too difficult for me.
-
Thank you.
-
Thank you.
But how does other commercial components work?like active comport.