Click here to Skip to main content
15,917,454 members

Comments by Shrikant S (Top 12 by date)

Shrikant S 26-Apr-19 5:29am View    
Its the same codes I'm using to send commands that's mentioned above. I'm receiving garbage in 'Port_DataReceived' event. I'm supposed to recieve '11111' but I'm getting 'RRSSS'. Its almost 1 out of 5 times only that I'm getting this garbage.
Shrikant S 16-Nov-18 8:40am View    
I am considering the codes written as correct one.

Your code is one of the way to do threading, if the codes inside thread has the possibility of being called by some other thread as well then creating a function and putting codes in it would be the more appropriate way.
Shrikant S 29-Sep-16 4:05am View    
Thanks for the reply Suvendu,

I want this app to run/work, regardless of user's log in/off.
Shrikant S 23-Sep-16 8:29am View    
Thanks Richard for the response.

I checked JSON data, but the problem is with each new call to this WCF service, I'm getting new error message (Can share, If you wish to see other messages).
Shrikant S 16-Jul-15 7:47am View    
my apologies, I just searched it in the toolbox.
you are right Phil, thanks.