WSIS (ESL) > Bluetooth API for JOP >
Last Published: 01/02/2007 14:52:49
 

Bluetooth Intelligent Serial Module (BISM)

BISM is the Bluetooth component to be used with API on JOP.

Product information

The BISM is produced by Ezurio. You find product info at http://www.ezurio.com/products/rs232/

HyperTerminal

To test and get to know the BISM better, the HyperTerminal is a handy tool. Through the terminal you can enter AT commands, and output from the BISM will be displayed. The latest terminal version can be downloaded at the Ezurio website: http://www.ezurio.com/dl/?id=48

HyperTerminal Screenshot

To load the terminal different parameters needs to be set. You could use the example script to load it.

    
        #The script should be placed in the same folder as the terminal binary. 
        start ./EzurioTerminal.exe ACCEPT COM=1 BAUD=115200 PARITY=0 STOPBITS=1 DATABITS=8 HANDSHAKE=1
        exit

You also find the script at the CVS repository.

AT Command Reference

The BISM can be controlled through the AT command interface. You find the AT command reference at the Ezurio website: http://www.ezurio.com/dl/?id=16