Hi Guys,
You would think this would be easy. So here goes
First, i am always going to be new to this stuff
Rules:
This is TTL-level
PIC16f87
RV1 var word ' hopefully receive return value
RV1 = 0
baud 9600;parity,none;databit,8;stopbit,none;flowcontro l:none.
We are sending serial commands [SEROUT] to a processor that work well, we get a sound response.
I am supposed to receive these "return values" of 0x01, or 0x02 from this serial connection
So,I wrote:
SERIN PORTA.2,T9600,RV1
What should i be receiving on RV1 with those "return values"?
decimal, ascii, hex, nothing ????
Thanks
Bookmarks