|
If you are using serial I/O (using javaxcomm) in your embedded Java
program, JemBuilder needs to be configured to enable serial drivers such as the
internal
UARTs com1
and
com2,
available
on
JStamp,
JStik,
and SaJe,
and
the
external UARTS available on JStik with the optional Quad Serial board.
On the top menu bar in Jembuilder, click on Project-> Drivers and
then be sure that com1 or com2 or both appear in the "installed drivers" section.
This screen capture to the left shows internal UART com1 and also two additional
external UARTs selected. Note that these particular UARTs are only available
if you are
using
the Quad Serial board.
|
|
Then you will see these serial ports appear in the left pane under JVM0 in the drivers
folder, and you can set some options there, but only after you "install" the
serial drivers in the Project->Drivers top menu bar first. |