Shop OBEX P1 Docs P2 Docs Learn Events
BS1/2 code conversion — Parallax Forums

BS1/2 code conversion

ArchiverArchiver Posts: 46,084
edited 2002-12-07 19:50 in General Discussion
Hi all,

I know this should be easy, and I'm ashamed to post this here, but I can't
seem to properly convert this code. Here it is:

symbol dat = b2
symbol synch = b3
symbol junk = b4
synch = "A"
junk = 126
start:
pause 1000
for dat = 1 to 255
serout 0,N2400,(junk,synch,dat)
pause 50
next
serout 0,N2400,(junk,synch,0)
goto start

Ok, I must have a mental block. Or I'm just plain stupid.

Thanks!

Jonathan Peakall

Comments

Sign In or Register to comment.