Click here to Skip to main content
15,894,907 members

Comments by meenu s (Top 3 by date)

meenu s 25-Aug-10 0:16am View    
%%D1,100,0,0004[data...][0d0a]
comma and %% is thre always.which is seperating the data.
0004 means Data Length -1024(picture data)
0004 (low bit in front, high bit in back) 0004= 0x0400=1024;)
meenu s 23-Aug-10 12:47pm View    
dear friend,bracket is not thre in the string.data part contains the information in hex (1024(maximum)).string always contains 0d0a which is the tail of the string.
meenu s 22-Aug-10 18:16pm View    
dear friend ,can u help me from the first step.
i wanted to extract picture data from that string and need to put in a byte array.can u explain the code here for that?

eg
dim str as string="%%D1,100,0,0004[data...][0d0a]"