54
User Manual
Copyright ©2003 A7 Engineering, Inc.
20.
Click
OK
.
This will establish a connection with the DBT-120 Bluetooth USB Adapter software.
This does NOT establish a connection with the remote Bluetooth device. The remote
Bluetooth device establishes a connection with the DBT-120 Bluetooth USB Adapter
software and applications, such as HyperTerminal, establish a connection to the
DBT-120 Bluetooth USB Adapter software using the COM port that is used when
connections are established from remote Bluetooth devices to the PC to gain access
to the data being transmitted from the remote device.
21.
On the
Call
menu, click
Disconnect
.
This will disconnect the connection just established, so that we can modify the
connection properties in the following actions.
22.
On the
File
menu, click
Properties
.
This will display the Properties dialog.
23.
On the
Settings
tab, click
ASCII Setup
.
This will display the ASCII Setup dialog.
24.
Check the
Send line ends with line feeds
checkbox.
25.
Check the
Echo typed characters locally
checkbox.
26.
Check the
Append line feeds to incoming line ends
checkbox.
27.
Check the
Wrap lines that exceed terminal width
checkbox.
28.
Click
OK
.
This will return to the Properties dialog.
29.
Click
OK
.
30.
On the
Call
menu, click
Call
.
This will establish a connection with the DBT-120 Bluetooth USB Adapter Software.
31.
Using the BASIC Stamp Editor, on the
File
menu, click
New
.
This will create a new project window within the BASCIC Stamp Editor.
32.
Enter the following
program code
into the editor, replacing the device Bluetooth
address with the device address obtained from the Hardware tab of the Device
Properties section of the Bluetooth Configuration dialog on the PC.
‘{$STAMP BS2}
nCount VAR BYTE
‘I/O Line 5 provides the connection status
INPUT 5