theblackhourse, This section of code does not look right...
'_______________________________
temp2 = temp2 >> 1
temp1=temp2
charcount = charcount + 1
temp2 = RX[charcount]
temp1.7 = temp1.7 OR temp2.2
temp1.1 = temp1.6 OR temp2.1
temp1.5 = temp1.5 OR temp2.0
TX[txcounter] = temp1
txcounter = txcounter + 1
'_______________________________
I beleive the line "temp1.1 = temp1.6 OR temp2.1" should be "temp1.6 = temp1.6 OR temp2.1" Also I think with a little thought you can get this series of lines down to about 10 or so...
Dave Purola,
N8NTA
Bookmarks