I'm not a PIN number fan/ser, i'll prefer to use the Pin Name instead
OR using a aliasCode:SEROUT PORTB.0,N2400,["Hertz: ",#W1,13,10]
You can find an explanation on pin number in section 4.11 of the manual.Code:SerialOutput VAR PORTB.0 ' ' ' ' ' SEROUT SerialOutput,N2400,["Hertz: ",#W1,13,10]
HTH
Bookmarks