Hi,

Little problem trying to switch POrt on my pot command.
I am geting good result using the default port . The port command only goes to port B. I want to use portA, so I would like to use this command but it do not work: PortA.02,175,B0

The follwoing is my working code:

B0 var byte
Start:
Pot 2,175,B0 ' would like PortA.2,175,B0
Lcdout $fe, 1 'Clear screen
Lcdout "Pot: ", Dec B0 'Display the decimal value
Pause 300

k