Action
Configure the uP to select the intern baud rate generator.
This baud rate generator is only available in the 80515, 80517, 80535, 80537 and compatible chips.
Syntax
CONFIG BAUD = baud rate
Remarks
Baud rate |
Baud rate to use : 4800 or 9600 |
Example
CONFIG BAUD = 9600 'use internal baud generator
Print "Hello"
End