<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Free For All</title><link>http://forums.asp.net/12.aspx</link><description>Unmoderated open discussions for anything concerning Microsoft .NET and related technologies.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Serial port communication yin asp.net</title><link>http://forums.asp.net/thread/3284626.aspx</link><pubDate>Thu, 09 Jul 2009 20:49:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3284626</guid><dc:creator>freewill78</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3284626.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=12&amp;PostID=3284626</wfw:commentRss><description>&lt;p&gt;We will use something similiar. My method would be write a windows service running in background and handing with serial communciation or TCP/IP, UDP and link functions to a database. Clients then would see new data or enter command request thru SQL database. A windows service application and database would be a bridge between clients and any hardware &lt;/p&gt;</description></item><item><title>Re: Serial port communication in asp.net</title><link>http://forums.asp.net/thread/3274109.aspx</link><pubDate>Sat, 04 Jul 2009 00:20:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274109</guid><dc:creator>gerrylowry</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274109.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=12&amp;PostID=3274109</wfw:commentRss><description>&lt;p&gt;@ fcrombeen:&lt;/p&gt;
&lt;p&gt;One guess:&amp;nbsp; write something like an ActiveX control as a bridge between your web app and your MSR.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m&amp;nbsp;curious:&amp;nbsp; &amp;quot;a kiosk application that will be web based&amp;quot;??????&lt;/p&gt;
&lt;p&gt;Since a kiosk is a physical computer, there is AFAIK zero need for it to be web based; I would write it a a standard desktop application and use something behind the scenes from the TCP/IP suite of protocols to use the Internet as a back end.&lt;/p&gt;
&lt;p&gt;Depending on security, some kiosks should be on private networks and not on the Internet; a typical example is a bank card terminal know as an ATM (automated teller machine); for all intents and purposes, an ATM is a kiosk.&lt;/p&gt;
&lt;p&gt;Gerry&lt;/p&gt;</description></item><item><title>Re: Serial port communication in asp.net</title><link>http://forums.asp.net/thread/3273948.aspx</link><pubDate>Fri, 03 Jul 2009 19:27:55 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3273948</guid><dc:creator>fcrombeen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3273948.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=12&amp;PostID=3273948</wfw:commentRss><description>&lt;p&gt;Hey Gerry - I read this thread and I think I may be trying to do something similar.&lt;/p&gt;&lt;p&gt;I am writing a kiosk application that will be web based - C#, VS2008.&amp;nbsp; The kiosk is an IBM Anyplace kiosk that has an MSR (magnetic stripe reader) physically attached. The MSR is configured to work on COM3 - 19200, 8, N,1.&amp;nbsp; I wrote a quick little desktop app using the serial port listening objects in .Net and I was able to detect the card swipe, parse out the mag stripe and display the contents in a sampe form.&lt;/p&gt;&lt;p&gt;I&amp;#39;m now trying to do the same thing on an aspx page that will be displayed on my kiosk.&amp;nbsp; The page is simple - it displays a graphic asking the person to swipe their credit card.&amp;nbsp;&amp;nbsp; I understand that once the .aspx page is loaded it is now client side, and that .aspx pages normally cannot communicate with hardware due to security restrictions.&lt;/p&gt;&lt;p&gt;I&amp;#39;ve got a call out to IBM to see if they have any Java objects that might fit the bill.&amp;nbsp; In your experience do you have any idea how I might accomplish this?&amp;nbsp; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Serial port communication in asp.net</title><link>http://forums.asp.net/thread/3265509.aspx</link><pubDate>Tue, 30 Jun 2009 04:18:47 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3265509</guid><dc:creator>suthakar</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3265509.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=12&amp;PostID=3265509</wfw:commentRss><description>&lt;p&gt;Thanks sir, i will be back soon... take care&lt;/p&gt;</description></item><item><title>Re: Serial port communication in asp.net</title><link>http://forums.asp.net/thread/3265207.aspx</link><pubDate>Mon, 29 Jun 2009 22:09:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3265207</guid><dc:creator>gerrylowry</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3265207.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=12&amp;PostID=3265207</wfw:commentRss><description>&lt;p&gt;P.S.:&amp;nbsp; note, at &lt;a href="http://www.microsoft.com/library/media/1033/windowsxp/images/using/networking/setup/68588-diagram-ap.gif"&gt;http://www.microsoft.com/library/media/1033/windowsxp/images/using/networking/setup/68588-diagram-ap.gif&lt;/a&gt;, the two computers are NOT talking to each other; rather, they are both talking to &amp;quot;the Internet&amp;quot;.&amp;nbsp; In theory, they might even be on separate subnets.&lt;/p&gt;
&lt;p&gt;In the above mentioned diagram, if they want to talk to each other, it would be by following a route out to the Internet and then back from the Internet to the &amp;quot;other&amp;quot; computer.&lt;/p&gt;
&lt;p&gt;Gerry&lt;/p&gt;</description></item><item><title>Re: Serial port communication in asp.net</title><link>http://forums.asp.net/thread/3265204.aspx</link><pubDate>Mon, 29 Jun 2009 22:04:38 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3265204</guid><dc:creator>gerrylowry</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3265204.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=12&amp;PostID=3265204</wfw:commentRss><description>&lt;p&gt;suthakar, if all of your computers are in the same facility, then the diagram is not relevant.&amp;nbsp; They can simply drop tiny files on the server and the server can aggregate them.&amp;nbsp; Alternatively, the server can have a local application that they talk to via your network constantly.&lt;/p&gt;
&lt;p&gt;If your server is remote, you can still have similar scenarios as above by using VPN connections.&lt;/p&gt;
&lt;p&gt;VPN will be slow but FTP will be slower.&amp;nbsp; You could possible create some form of web service on your server and have your local PCs talk to that service.&lt;/p&gt;
&lt;p&gt;You need to simplify your application into two or more separate parts.&amp;nbsp; E.g.:&amp;nbsp; one component would gather the serial data, another component would worry about how it gets that data to the server; the server component would deal with aggregating the data.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Gerry&lt;/p&gt;</description></item><item><title>Re: Serial port communication in asp.net</title><link>http://forums.asp.net/thread/3263579.aspx</link><pubDate>Mon, 29 Jun 2009 08:17:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3263579</guid><dc:creator>suthakar</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3263579.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=12&amp;PostID=3263579</wfw:commentRss><description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;reference image for my project&lt;/p&gt;&lt;p&gt;http://www.microsoft.com/library/media/1033/windowsxp/images/using/networking/setup/68588-diagram-ap.gif&lt;/p&gt;</description></item><item><title>Re: Serial port communication in asp.net</title><link>http://forums.asp.net/thread/3263566.aspx</link><pubDate>Mon, 29 Jun 2009 08:11:59 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3263566</guid><dc:creator>suthakar</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3263566.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=12&amp;PostID=3263566</wfw:commentRss><description>&lt;p&gt;Thanks for your effective replies sir,&lt;/p&gt;&lt;p&gt;S... this is real time application only. i want trigger the data_received event wherever data received from the clients. i connected GSM kit for all the system.&lt;/p&gt;&lt;p&gt;If i will receive a data from GSM kit to system via Serial port. if data received from GSM kit mean i want to sleep the current process and start the new process and do some other works from some other pages&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;img style="vertical-align:middle;" src="http://forums.asp.net/C:\Documents%20and%20Settings\Emax-1\Desktop\ERP%20snap" alt="" /&gt;&lt;/p&gt;</description></item><item><title>Re: Serial port communication in asp.net</title><link>http://forums.asp.net/thread/3260023.aspx</link><pubDate>Fri, 26 Jun 2009 11:47:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3260023</guid><dc:creator>gerrylowry</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3260023.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=12&amp;PostID=3260023</wfw:commentRss><description>&lt;p&gt;suthakar, in your previous post, you said the modem was connected directly to the server.&amp;nbsp; I do not understand ...&lt;/p&gt;
&lt;p&gt;TIMTOWTDI =. there is more than one way to do it&lt;/p&gt;
&lt;p&gt;are your clients in the same room as your server?&lt;/p&gt;
&lt;p&gt;a remote client computer can capture information from its serial port and then send it via FTP to the server.&lt;/p&gt;
&lt;p&gt;TIMTOWTDI&lt;/p&gt;
&lt;p&gt;???? are you trying to do something in real time?&lt;/p&gt;
&lt;p&gt;???? is this simply aggregating data for reporting purposes?&lt;/p&gt;
&lt;p&gt;I really do not understand what you are trying to achieve.&amp;nbsp; That makes it difficult for anyone to answer your question.&lt;/p&gt;
&lt;p&gt;Perhaps you can explain your design goals, your design constraints, and your physical architecture in more detail?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Gerry&lt;/p&gt;</description></item><item><title>Re: Serial port communication in asp.net</title><link>http://forums.asp.net/thread/3260007.aspx</link><pubDate>Fri, 26 Jun 2009 11:40:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3260007</guid><dc:creator>gerrylowry</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3260007.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=12&amp;PostID=3260007</wfw:commentRss><description>&lt;p&gt;suthakar, you are talking about architecture (A) ...&lt;/p&gt;
&lt;p&gt;(A)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;external GSM modem&amp;lt;====&amp;gt;serial port[web_server]&amp;nbsp;&amp;nbsp; ...... Internet&amp;nbsp; .....&amp;nbsp;&amp;nbsp; [web_client]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Earlier in this thread, I showed you what to check out:&lt;/p&gt;
&lt;p&gt;Here is what &lt;span style="BACKGROUND-COLOR:#ffff00;"&gt;&lt;strong&gt;you should read&lt;/strong&gt; &lt;/span&gt;to meet your serial port listening needs:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/system.io.ports.serialport.aspx"&gt;&lt;span style="BACKGROUND-COLOR:#ffff00;"&gt;&lt;strong&gt;&lt;span style="FONT-SIZE:small;"&gt;http://msdn.microsoft.com/en-us/library/system.io.ports.serialport.aspx&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;also:&amp;nbsp; &lt;a href="http://lmgtfy.com/?q=c%23+baud+port+even+stop+handshake+site%3Amsdn.microsoft.com"&gt;http://lmgtfy.com/?q=c%23+baud+port+even+stop+handshake+site%3Amsdn.microsoft.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you want to purchase someone&amp;#39;s SKD, it&amp;#39;s probably safe ~~ I would ask them for references from their existing customers.&amp;nbsp; You probably do not need an SDK from a third party.&lt;/p&gt;
&lt;p&gt;Also, the manufacturer of your modem should have documentation to help you.&lt;/p&gt;
&lt;p&gt;You have at least two options:&amp;nbsp; do it yourself; hire a specialist.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Gerry&lt;/p&gt;</description></item><item><title>Re: Serial port communication in asp.net</title><link>http://forums.asp.net/thread/3259220.aspx</link><pubDate>Fri, 26 Jun 2009 05:05:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3259220</guid><dc:creator>suthakar</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3259220.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=12&amp;PostID=3259220</wfw:commentRss><description>&lt;p&gt;i am having 5 client systems and one server. all the system having wireless kit. all the clients sends the data to server via serial port. i want to collect and save the all the data in to server.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Now i am using ASP.net and C#.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;but i need to get data from wireless kit via serial port in whole day. Is it possible to communicate. otherwise can i change the environment web application to windows...&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Serial port communication in asp.net</title><link>http://forums.asp.net/thread/3259211.aspx</link><pubDate>Fri, 26 Jun 2009 04:58:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3259211</guid><dc:creator>suthakar</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3259211.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=12&amp;PostID=3259211</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;ok sir, i have connected my kit with my server via serial port. Asp webpage runs in a server only. i want receive or send data via serial port in server only. there is a SDK available for serial port communication. can i use it. is it safe for our project?&lt;/b&gt;&lt;/p&gt;</description></item><item><title>Re: Serial port communication in asp.net</title><link>http://forums.asp.net/thread/3258372.aspx</link><pubDate>Thu, 25 Jun 2009 17:28:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3258372</guid><dc:creator>gerrylowry</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3258372.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=12&amp;PostID=3258372</wfw:commentRss><description>&lt;p&gt;suthakar .... you can not have what you want per se.&lt;/p&gt;
&lt;p&gt;you need a multi-tier architecture because the &lt;strong&gt;hardware&lt;/strong&gt; that talks to the &lt;em&gt;external GSM modem&lt;/em&gt; via the &lt;strong&gt;&lt;em&gt;serial port&lt;/em&gt;&lt;/strong&gt; must be &lt;strong&gt;&lt;em&gt;physically &lt;/em&gt;&lt;/strong&gt;connected to the &lt;em&gt;external GSM modem&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Therefore:&amp;nbsp; &lt;/p&gt;
&lt;p&gt;(A)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;external GSM modem&amp;lt;====&amp;gt;serial port[web_server]&amp;nbsp;&amp;nbsp; ...... Internet&amp;nbsp; .....&amp;nbsp;&amp;nbsp; [web_client]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;(B)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;external GSM modem&amp;lt;====&amp;gt;serial port[data_layer_computer]&amp;lt;====&amp;gt;[web_server]&amp;nbsp;&amp;nbsp; ...... Internet&amp;nbsp; .....&amp;nbsp;&amp;nbsp; [web_client]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;(C)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;external GSM modem&amp;lt;====&amp;gt;serial port[data_layer_computer] ..... Internet ..... [web_server]&amp;nbsp;&amp;nbsp; ...... Internet&amp;nbsp; .....&amp;nbsp;&amp;nbsp; [web_client]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;lt;====&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =.&amp;nbsp;&amp;nbsp; physical connection&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;nbsp; .......&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =.&amp;nbsp;&amp;nbsp; TCP/IP connection&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;suthakar, &lt;/strong&gt;please study the above three architectures.&amp;nbsp; Remember, &lt;strong&gt;physical devices&lt;/strong&gt; without &lt;strong&gt;wireless&lt;/strong&gt; connectivity &lt;strong&gt;must be physically&lt;/strong&gt; connected to whatever computer needs to communicate with the &lt;strong&gt;physical device&lt;/strong&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Gerry&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Serial port communication in asp.net</title><link>http://forums.asp.net/thread/3252324.aspx</link><pubDate>Tue, 23 Jun 2009 07:24:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3252324</guid><dc:creator>suthakar</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3252324.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=12&amp;PostID=3252324</wfw:commentRss><description>&lt;p&gt;thanks for the mail sir,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;i got&amp;nbsp;serial port communication&amp;nbsp;in windows application. but i need serial port communication in web application.&amp;nbsp; i am developing asp.net appplication in my server side. i need to communicate with external GSM modem&amp;nbsp;via serial port.&lt;/p&gt;</description></item><item><title>Re: Serial port communication in asp.net</title><link>http://forums.asp.net/thread/3250600.aspx</link><pubDate>Mon, 22 Jun 2009 12:45:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3250600</guid><dc:creator>gerrylowry</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3250600.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=12&amp;PostID=3250600</wfw:commentRss><description>&lt;p&gt;I do not see what this has to do with the ASP.NET paradigm.&lt;/p&gt;
&lt;p&gt;I think you may be mixing ideas here.&amp;nbsp; I&amp;#39;m not sure what you&amp;#39;re trying to achieve.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;ASP.NET MVC or WebForms&lt;/p&gt;
&lt;p&gt;(a) a page request is received&lt;/p&gt;
&lt;p&gt;(b) ASP.NET application displays that page and goes back to sleep&lt;/p&gt;
&lt;p&gt;(c) GET or POST comes back from page displayed by (b)&lt;/p&gt;
&lt;p&gt;(d) ASP.NET application responds appropriately and goes back to sleep.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; et&amp;nbsp;&amp;nbsp; cetera&lt;/p&gt;
&lt;p&gt;&amp;nbsp; ----------------------------------------&lt;/p&gt;
&lt;p&gt;serial port processing&lt;/p&gt;
&lt;p&gt;(i) local application starts and negotiates connectivity with serial port.&lt;/p&gt;
&lt;p&gt;(ii) local application runs constantly, no sleeping, and continuously listens to serial port.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; ----------------------------------------&lt;/p&gt;
&lt;p&gt;Here is what you should read to meet your serial port listening needs:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/system.io.ports.serialport.aspx"&gt;http://msdn.microsoft.com/en-us/library/system.io.ports.serialport.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;also:&amp;nbsp; &lt;a href="http://lmgtfy.com/?q=c%23+baud+port+even+stop+handshake+site%3Amsdn.microsoft.com"&gt;http://lmgtfy.com/?q=c%23+baud+port+even+stop+handshake+site%3Amsdn.microsoft.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;suthakar:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;i have got Data_received event occurs in windows application... can u guide me for asp.net application.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;All you can do AFAIK is to store your data in your ASP.NET MVC &lt;strong&gt;Model&lt;/strong&gt; until a user requests it by clicking a submit button.&lt;/p&gt;
&lt;p&gt;Alternatively, your web page on your end user&amp;#39;s computer could continuously request updates using Ajax.&lt;/p&gt;
&lt;p&gt;Ajax example tutorial:&amp;nbsp; &lt;span&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;&lt;strong&gt;#39 | &lt;/strong&gt;Iteration #7 – Add Ajax functionality&lt;/font&gt;&lt;/u&gt;&lt;/span&gt;&lt;span&gt; View in &lt;a href="http://www.asp.net/learn/mvc/tutorial-32-vb.aspx"&gt;VB&lt;/a&gt; or &lt;a href="http://www.asp.net/learn/mvc/tutorial-32-cs.aspx"&gt;C#&lt;/a&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Gerry (Lowry)&lt;/p&gt;</description></item></channel></rss>