Discussion:
SerialPort Buffer data is not getting recieved in c# Windows Service
(too old to reply)
v***@techsofttechnologies.com
2014-04-28 15:33:23 UTC
Permalink
I have a machine which is continuously in the running state.I have written a Windows Service application which is getting the data from machine and saving into the text-file.The issue that i am facing with the current Windows Service is that it is not able to retrieve the buffer data of the machine.It is only receiving data in the live mode.Whereas when i tried to get the buffer data from hyperterminal.exe i am able to get the data manually.

So my question is ..Why is this strange behavior seen with the Serialport..
Please help.Thanks in advance..
Andreas Marschall [exMVP TAPI]
2014-04-30 01:39:54 UTC
Permalink
Post by v***@techsofttechnologies.com
I have written a Windows Service application
Hi,
is your question TAPI (= Telephony API) related.
Please clarify.
--
Best Regards
Andreas Marschall
Microsoft MVP for TAPI / Windows SDK / Visual C++ 2003-2008
TAPI / TSP Developer and Tester
My TAPI and TSPI FAQ:
http://www.I-B-A-M.de/Andreas_Marschall's_TAPI_and_TSPI_FAQ.htm
My Toto® Tools (a collection of free, mostly TAPI related tools):
http://www.I-B-A-M.de/Andreas_Marschall's_Toto_Tools.htm
* Please post all messages and replies to the group / forum so all may
* benefit from the discussion. Private mail is usually not replied to.
* This posting is provided "AS IS" with no warranties, and confers no rights.
Loading...