OPEN/LOOK IN THE BOOK!
SERIN2 and SEROUT2 are the same!!!
And a little bit more reading would show that you could also save quite a bit of typing.
This line:
serout serpin,N2400,[$55,$55,$55,$55,$55,$AA,$AA,$AA,$AA,$AA,synch,addr ess,address,keydata,keydata,chk_sum]
could act the same as:
serout2 serpin , mode , [ REP $55\5 , REP $AA\5 , synch , REP address\2 , REP keydata\2 , chk_sum ]
Bookmarks