_rtf =
new RichTextField(
"Connect external device and then type something...",
Field.NON_FOCUSABLE);
_port =
new BluetoothSerialPort(
"Hi there",
BluetoothSerialPort.BAUD_115200,
BluetoothSerialPort.DATA_FORMAT_PARITY_NONE
| BluetoothSerialPort.DATA_FORMAT_STOP_BITS_1
| BluetoothSerialPort.DATA_FORMAT_DATA_BITS_8,
BluetoothSerialPort.FLOW_CONTROL_NONE, 1024,
1024, this);
_deviceName = "unknown";
} else {
// Connect to the selected device
_rtf =
new RichTextField("Type something...",
Field.NON_FOCUSABLE);
_port =
new BluetoothSerialPort(
info,
BluetoothSerialPort.BAUD_115200,
BluetoothSerialPort.DATA_FORMAT_PARITY_NONE
| BluetoothSerialPort.DATA_FORMAT_STOP_BITS_1
| BluetoothSerialPort.DATA_FORMAT_DATA_BITS_8,