ARMweb print

Questions about the BASICtools and MakeItC
Post Reply
YahooArchive
Posts: 1462
Joined: Fri Oct 19, 2012 5:11 am

ARMweb print

Post by YahooArchive »

In html with goes to both html and the serial port
(UART0)

The later is for debug purposes. This doesn't take much time unless the FIFO
gets full at which point the CPU has to wait for the data to be sent out the
serial port.

We are thinking of changing this echo to the serial port, probably disabling it
when the AutoRun is turned on.

In the meantime you can minimize this wait time by increasing the baud rate of
UART0. To do this place this statement in your code (best not in the html
BASIC, but the program running in the background on the ARMweb)

BAUD0(937500)

You'll see jibberish in BASICtools unless you change that baudrate to 921600



Post Reply