hi i've some problem in a bascom code it should work.
$regfile = "m32dat,def"
$hwstack = 64
$swstack = 64
$framesize = 64
$baud
config porta = input
dim x as byte
do
porta = x
print x
loop
end
it does only print zero even if a press some buttons on the stk500.[/code]