I finally got the arrays to work correctly thank you very much.
However now I am in a new hole. When I try to transmit the array using the command
SEROUT2 PORTD.0, T1200, [STR htxt\StrLen,13,10]
it will not send any data out. I found out the 13,10 in the program command is related to the hyper terminal in the pc from what I understand. so I modified the program command to
SEROUT2 PORTD.0, T1200, [STR htxt\StrLen]
I am using a TX module that transmits any data that is transmitted to it serially it sends out wirelessly and the RX unit then serially transmit data to pic as you can see from the command I am using PORT D pin Zero at baud rate 1200 however I am confused as to why it is not receiving any of the data do I have to change anything on the receiving end to make it work? I have included both my transmitting and my receiving codes.
Bookmarks