Hi, I'm testing the serial communication between a 16F876 and a VB6 application. I read HSERIN then send it straight back out as HSEROUT. But I don't always receive the character I sent. eg:
Sent to PIC Recieved back to VB
1 ±
2 ²
3 3
4 '
5 5
6 6
I'm obviously not using the correct code table but I'm not sure what character set to use. Can anyone help?
Ta