Hi,
according to the help text
Syntax
BAUD = var
BAUD #x , const
so no you can't use a variable like that. This might work
A=9600
select case a
case is = 9600
baud #1,9600
case is = 14400
baud #1,14400
end select
Regards
Ian Dobson
↧