Display BYTES....
-
Hi All, I am doing an EVC++ programm for communication between two PDAs through a bluetooth gateway.One PDA sends some BYTES which is to be read by the second PDA.My problem is that I need to know how to display the BYTES read by the second PDA on its screen.I tried converting the BYTES to string and displaying it, but certain junk characters are also displayed. It would be great if you could kindly help me out. Thanks a ton, Deepa.
-
Hi All, I am doing an EVC++ programm for communication between two PDAs through a bluetooth gateway.One PDA sends some BYTES which is to be read by the second PDA.My problem is that I need to know how to display the BYTES read by the second PDA on its screen.I tried converting the BYTES to string and displaying it, but certain junk characters are also displayed. It would be great if you could kindly help me out. Thanks a ton, Deepa.
Make sure you convert the BYTEs to Unicode strings. Each Unicode character takes up two bytes. Regards, João Paulo
-
Hi All, I am doing an EVC++ programm for communication between two PDAs through a bluetooth gateway.One PDA sends some BYTES which is to be read by the second PDA.My problem is that I need to know how to display the BYTES read by the second PDA on its screen.I tried converting the BYTES to string and displaying it, but certain junk characters are also displayed. It would be great if you could kindly help me out. Thanks a ton, Deepa.
Please show us how do you make the conversion! Regards, Daniel. -- FIND A JOB YOU LOVE, AND YOU'LL NEVER HAVE TO WORK A DAY OF YOUR LIFE. ;)