serial port
-
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
-
asp.net runs in a browser, and is not part of the operating system. You need to run in the OS to talk to Serial ports. That's why you can't find anything.
Thanks for your answer. But how can i solve this problem. I read many articles,suggestions,ideas in the way of communicating with serial port,but there is no brief sample about this. If no way found i have to make an app an let the user to execute it on client computer,read or write data with app to serial port.now how can i syncron web page and app in this solution? Thanks for your guidance.
-
Thanks for your answer. But how can i solve this problem. I read many articles,suggestions,ideas in the way of communicating with serial port,but there is no brief sample about this. If no way found i have to make an app an let the user to execute it on client computer,read or write data with app to serial port.now how can i syncron web page and app in this solution? Thanks for your guidance.
This is the asp.net discussion. If you want to communicate with serial ports or usb ports, to need to write a windows, mac or linux application, which is a different discussion and topic altogether. The old versions of vb had a modem control, that will open a port for transmitting and receiving, but that was back in 1998, over 14 years ago. Modern day programs that do that are written in c++, and sample code for that would not be enough to get you started.
-
This is the asp.net discussion. If you want to communicate with serial ports or usb ports, to need to write a windows, mac or linux application, which is a different discussion and topic altogether. The old versions of vb had a modem control, that will open a port for transmitting and receiving, but that was back in 1998, over 14 years ago. Modern day programs that do that are written in c++, and sample code for that would not be enough to get you started.
Thank you sair There is no problem in this section"making an app to communicate with serial port" But how can i syncron web page and app?
-
This is the asp.net discussion. If you want to communicate with serial ports or usb ports, to need to write a windows, mac or linux application, which is a different discussion and topic altogether. The old versions of vb had a modem control, that will open a port for transmitting and receiving, but that was back in 1998, over 14 years ago. Modern day programs that do that are written in c++, and sample code for that would not be enough to get you started.
Hello my research result was finding some links,seperately tell me communicating with comport is possible.but there is no a brief sample: 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[^]
-
Hello my research result was finding some links,seperately tell me communicating with comport is possible.but there is no a brief sample: 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[^]
Hello everybody How about flash,is it possible to write a component for communicating with serial port on client side system? any sample will be Appreciated
-
Hello everybody How about flash,is it possible to write a component for communicating with serial port on client side system? any sample will be Appreciated
No answer?