WIRD WIRD WEIRD can't confirm it here...
what about if you split your SEROUT statement in two like..
Code:
SEROUT PORTA.3,BRate,[32,Leader,#DataOut[5],#DataOut[4]]
SEROUT PORTA.3,BRate,[#DataOut[3],#DataOut[2],#DataOut[1],10]
or in a multiple line like
Code:
SEROUT PORTA.3,BRate,[32,Leader,#DataOut[5],_
#DataOut[4],#DataOut[3],_
#DataOut[2],#DataOut[1],10]
the little thing that could do... i said could, if DataOut is a word size variable BUT i tried it also... works for me.
BTW there's certainely somebody here or at MELABS who know why... over for me
Bookmarks