Hi,

I am testing the serin function with a vb program that I have written.
When I send 123456789 for example I then only get back 13579 and I am losing 2468 all the even nubers? I am using the pic16f84a and the code is like this

include "16f84a.inc"


B0 var Byte

Srt:Pause 1000
serout portb.7,N2400,["Hello 123",13,10]
goto wait1

wait1: Serin portb.6,N2400,B0

loop: Serout portb.7,N2400,[B0]
Goto wait1

Can any one help
Please !

Thanks