Davechika
Newbie level 6

- Joined
- Oct 8, 2009
- Messages
- 13
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Port-Harcourt,Nigeria
- Activity points
- 1,357
i have a C# application which is interfaced to 89S52 microcontroller,the application sends out Ascii hex values of numbers like this 0x32 will be sent out via serialport as 0x33,0x32 but i want to receceive (buffer) these hex data using microcontroller SBUF and add them together like 0x33+0x32 to give back 0x32 which i will use on my code inside 89S52 chip. thanks for ur reply



