both cde works,
i am trying to figure out one thing now.

I am replacing this command line:
HIGH PORTB.0
PAUSE 1000
LOW PORTB.0

by this one:
serout 2,n9600,(2)

i am getting errors:
C:\PBP\POT_TRY.BAS ERROR Line 39: Bad expression.
C:\PBP\POT_TRY.BAS ERROR Line 33: ID LED2 is not a LABEL.
C:\PBP\POT_TRY.BAS ERROR Line 34: ID LED3 is not a LABEL.
C:\PBP\POT_TRY.BAS ERROR Line 35: ID LED4 is not a LABEL.

suddenly my labels are not labels ??