LM Technologies AT Commands Manual - BR/EDR LM951 and LM961

Size: px
Start display at page:

Download "LM Technologies AT Commands Manual - BR/EDR LM951 and LM961"

Transcription

1 LM Technologies AT Commands Manual - BR/EDR LM951 and LM961

2 History Version Last Name Changes description /07/2015 Marco First release Contents 1. Overview AT Commands Summary History Terminology AT Commands Summary Common Responses Detailed Description ACON ACON? ACON ACON ADDR ADDR? AUTO BAUD BAUD=XX BAUD? BOND BOND=XXXXXXXXXX BOND BOND? CONN CONN CONN=XXXXXXXXXXXX CONNn DCOV

3 DCOV? DCOV DCOV DROP ECHO ECHO? ECHO ECHO ESC ESC? ESC ESC FIND FIND? FIND FLOW FLOW? FLOW FLOW IOTYPE IOTYPE=X IOTYPE? MITM MITM? MITM MITM NAME NAME=name NAME? PAR PAR=X PAR? RESET RESP RESP

4 RESP RESP? ROLE ROLE=X ROLE? RSSI RSSI? STOP STOP=X STOP? UPGRADE UPGRADE=password VER VER? Overview 4

5 This document describes the AT commands to control the operation of the LM951 and LM961 Bluetooth Smart Ready module. Related to BR/EDR functionality only. 2. AT Commands Summary 2.1. History The AT command set was developed by Hayes to control the operation of telephony modems. The command set has been extended to control Bluetooth devices primary operation such as enquiry, connection setup/ disconnection etc. Other AT commands is also available to control the serial port setup and other user friendly features. The Bluetooth device powers up in unconnected state and can be configured using UART interface similar to telephony modems. The device will act as Bluetooth slave by default and can be enquired/connected from a Bluetooth master device. The AT commands can be used to change the default behaviour and settings for the current as well as future power up cycles Terminology Symbol Description ASCII value (Hex) <CR> Carriage Return 0x0D <LF> Line Feed 0x0A <CLRF> Carriage return and line 0x0D, 0x0A feed XXXXXXXXXXXX 12 hexadecimal BD address sequence 2.3. AT Commands Summary Command Type Parameter Command Device Information Firmware Version AT+VER Reset Restore Factory Settings AT+RESET Serial Port Baud Rate AT+BAUD Stop Bits AT+STOP Parity Bits AT+PAR Flow Control AT+FLOW Character Echo AT+ECHO Command Response AT+RESP 5

6 Modem Signals AT+MODEM CTS line status AT+CTS RTS line status AT+RTS Bluetooth Type Device Role AT+ROLE Information BD Address AT+ADDR Enquire devices AT+FIND RSSI AT+RSSI Settings Device Name AT+NAME Discovery AT+DCOV Connection Connect device AT+CONN Drop connection AT+DROP Bonding AT+BOND Auto Connect AT+ACON BT2.1 Device Type AT+IOTYPE Security MITM protection AT+MITM Misc Escape Sequence handling AT+ESC Mode switch AT+AUTO Low power mode AT+SLEEP Firmware upgrade AT+UPGRADE 2.4. Common Responses In case of invalid AT command (anyone not listed in this document) a generic error message is sent as below: <ERROR><CLRF> In case a valid command is not followed by a valid character type (?, +, -, etc.) a command generic error response is sent as below: <+<at_com>: ERROR><CLRF>: where <at_com> represents the AT command required such as ADDR, ECHO, etc. 3. Detailed Description Each command sequence sent to the module must be terminated by the \n (EOL) character in order to be effectively received and parsed from the module ACON This command is used to get current auto-connect feature state or to set it as enabled or disabled. 6

7 ACON? Get actual auto-connect feature state. The module sends one the following responses: a) <+ACON: ACON+><CLRF>: if auto-connect is enabled; b) <+ACON: ACON-><CLRF>: if auto-connect is disabled ACON+ Set auto-connect to enabled. This operation succeeds always and so the module sends always the following response: <+ACON: OK><CLRF> ACON- Set auto-connect to enabled. This operation succeeds always and so the module sends always the following response: <+ACON: OK><CLRF> 3.2. ADDR This command can be used to get the local device address only ADDR? This is the only possible command and the module sends back a waiting response followed by the data response containing the address: a) <+ADDR: WAIT><CLRF> b) <+ADDR: XXXX-XX-XXXX><CLRF>: where XXXX-XX-XXXX represents the requested Bluetooth address of the local device AUTO This command is sent to exit from command mode and return to pass-through data mode. The response can be one of the following ones: a) <+AUTO: OK><CLRF>: if request succeeds. It means that the module is connected to a remote device and it was previously in command mode. The module is now in data mode; b) <+AUTO: ERROR><CLRF>: if request fails. It means that the module is not connected to a remote device. Note: if this command is sent during a connection and when the module is in data mode then the command is passed through to the connected remote device as any data. To parse this command it is necessary to switch into command mode by sending an escape sequence (as any other command needed to be parsed). 7

8 3.4. BAUD This command sets a new UART baud rate value or to get the current one. In case of new baud rate setting, the response is sent with the previous baud rate value and then the baud rate will be immediately updated. So, the module will expect next command at the new baud rate value BAUD=XX This command sequence changes the baud rate value according to XX string parameter. This parameter can be in a range between 10 and 20 whit respectively a meaning of 1200bps and bps. See table below: XX Baud rate [bps] Table 1 The response can be one of the following ones: a) <+BAUD: OK><CLRF>: if the parameter is valid value; b) <+BAUD: ERROR><CLRF>: if the parameter is not a valid value BAUD? This command is used to get the current baud rate value. It is followed by a response from the module containing the coded baud rate value according to table 1. The operation can also fail due to internal error (memory corruption or other serious problems), so a related response will be sent. The two responses are below: a) <+BAUD: XX><CLRF>: where XX is a string containing the coded baud rate number value as shown on table 1; b) <+BAUD: ERROR><CLRF>: if an internal error occurs reading the current baud rate value BOND This command is used to set or reset a remote bonded address. 8

9 BOND=XXXXXXXXXX This command sequence set a required address as bonded and the parameter string represents the Bluetooth address represented with 12 characters only (no dashes). The response can be as following: a) <+BOND: OK><CLRF>: if the operation succeeded; b) <+BOND: ERROR><CLRF>: if the operation failed or the parameter length is different than the expected one, 12 characters BOND- This command clears an eventual previously bonded device. Note: the operation is executed successfully even if a remote address has not been set previously. The response can be as following: a) <+BOND: OK><CLRF>: if the operation succeeded; b) <+BOND: ERROR><CLRF>: if the operation failed for an internal error BOND? This command returns the current bonded remote address. If the address has not been set then an empty string is returned. The response is always as following: <+BOND: XXXX-XX-XXXX ><CLRF>: where the XXXX-XX-XXXX string is the full 14 characters Bluetooth address with dashes CONN This command is used to require a connection to a specific remote address or to the bonded one CONN The only command name without parameter requires a connection to the bonded remote device. The module will start a new connection, if the bonded address is valid, replying with a waiting message else the operation fails. So, response can be as below: a) <+CONN: WAIT><CLRF>: if the bonded address is valid (not null); and (followed by) <+CONN: CONNECTED><CLRF> or <+CONN: FAIL><CLRF>: respectively if the connection procedure succeeded or failed; b) <+BOND: ERROR><CLRF>: if the bonded address is not valid (null because previously cleared or not configured yet) CONN=XXXXXXXXXXXX This command start a connection to the specified address in the 12 characters format. The response can be as following: a) <+CONN: WAIT><CLRF>: if the given address is valid (length is 12); and (followed by) <+CONN: CONNECTED><CLRF> or <+CONN: FAIL><CLRF>: respectively if the connection procedure succeeded or failed; b) <+CONN: FAIL><CLRF>: if the given address is not valid (invalid length) CONNn This command allows to require a connection to a n device previously listed as result of a FIND command. TO BE DEFINED 9

10 3.7. DCOV This command allows to set and get discoverability feature status DCOV? This command returns the current discoverability status. The module can respond with two status as following: a) <+DCOV: DCOV+><CLRF>: if the current discoverability feature is enabled; b) <+DCOV: DCOV-><CLRF>: if the current discoverability feature is disabled DCOV+ This command enables the discoverability feature. The response is always the same: <+DCOV: OK><CLRF> DCOV- This command enables the discoverability feature. The response is always the same: <+DCOV: OK><CLRF> DROP This command drops an eventual connection in progress. If the module is not connected or actual connection cannot be dropped then an error message is sent back as response. Possible responses are the followings: a) <+DROP: OK><CLRF>: if the module is connected and drop command succeeded; b) <+DROP: ERROR><CLRF>: if the module is not connected or the drop operation of an active connection failed ECHO This command allows to set and get the discoverability feature status. Changing this feature status has immediate effect stating from next command ECHO? This command returns the current echo feature status. Responses are the followings: a) <+ECHO: ECHO+><CLRF>: if echo feature is enabled; b) <+ECHO: ECHO-><CLRF>: if echo feature is disabled ECHO+ This command enables the echo feature. The response is always as below: <+ECHO: OK><CLRF> ECHO- This command disables the echo feature. The response is always as below: <+ECHO: OK><CLRF>. 10

11 3.11. ESC This command allows to set and get the escape sequence option status ESC? This command returns the current echo feature status. Responses are the followings: a) <+ESC: ESC+><CLRF>: if escape sequence option is enabled; b) <+ESC: ESC-><CLRF>: if echo feature is disabled ESC+ This command enables the escape sequence option. The response is always as below: <+ESC: OK><CLRF> ESC- This command disables the escape sequence option. The response is always as below: <+ESC: OK><CLRF> FIND This command starts a procedure to find other Bluetooth devices. The module will not start a new scan if it is not in master role or it is already connected FIND? This command starts a new scan if the module is allowed to do it. Possible responses are the followings: a) <+FIND: WAIT><CLRF>: if the module is in master mode and it is not already connected; and (followed by) <+FIND: Name: name Address: XXXX-XX-XXXX><CLRF>: where name is a string representing the device name and XXXX-XX-XXXX is the Bluetooth address. This response is sent for each found device. Note: it a device name could not be resolved a Read Failed string is placed instead of the name; and (followed by) <+FIND: Inquiry End. n device(s) found.><clrf>: where n is the number of found devices; b) <+FIND: ERROR><CLRF>: if the module is not in master role or it is already connected FIND- This commands stops an eventual ongoing scan sequence. The response is always as below: <+FIND: Inquiry cancelled><clrf>. TODO: consider to send an error message if this command is received when no scan procedure is running FLOW This command is used to get or set the UART hardware flow control configuration. 11

12 FLOW? This command returns the current configuration. The response can be as the following ones: a) <+FLOW: FLOW+><CLRF>: if hardware flow control is enabled; b) <+FLOW: FLOW-><CLRF>: if hardware flow control is disabled FLOW+ This command enables the hardware flow control. The response is always as below: <+FLOW: OK><CLRF> FLOW- This command disables the hardware flow control. The response is always as below: <+FLOW: OK><CLRF> IOTYPE This command is used to get or set the I/O type configuration IOTYPE=X This command sequence sets the I/O type configuration to X character parameter. This parameter can be in a range between 0 and 4 meaning as shown on table below: X Device type / capability 0 Display only 1 Display with yes or no 2 Keyboard only 3 No display No keyboard 7 Reject connection with Bluetooth 2.1 devices Table 2 The response can be as below: a) <+IOTYPE: OK><CLRF>: if the configuration change succeeded; b) <+IOTYPE: ERROR><CLRF>: if the configuration change fails (invalid parameter) IOTYPE? This command sequence return the current I/O type configuration. The response can be as below: a) <+IOTYPE: X><CLRF>: where X is the character related to a specific capability as shown on table 2. b) <+IOTYPE: ERROR><CLRF>: if the operation fails due to an internal error (memory corruption or any other serious issue) MITM This command get or set the Main In The Middle feature status MITM? This command sequence returns the current MITM feature status. Response can be as below: a) <+MITM: MITM+><CLRF>: if the MITM feature is enabled; 12

13 b) <+MITM: MITM-><CLRF>: if the MITM feature is disabled MITM+ This command enables the MITM feature. The response is always as below: <+MITM: OK><CLRF> MITM- This command disables the MITM feature. The response is always as below: <+MITM: OK><CLRF> NAME This command is used to change or get the device name. The name must a string long 32 characters at most NAME=name This command changes the device name with the given one as parameter. The name string represents the new name and must be long 32 characters at most. Response can be as below: a) <+NAME: OK><CLRF>: if the name has been changed successfully. It means that the length was valid and the operation succeeded; b) <+NAME: ERROR><CLRF>: if the name length was too long NAME? This command returns the current device name. The response is supposed to contain always a valid name string as below: <+NAME: name><clrf>: where name is the name string (maximum 32 characters long) PAR This command set or get the UART parity configuration PAR=X This command sets a parity configuration according to the X character as shown on the table below: X Parity type 0 No parity 1 Odd parity 2 Even parity Table 3 The response can be as below: a) <+PAR: OK><CLRF>: if the parameter is valid and the operation succeeded; b) <+PAR: FAIL><CLRF>: if the parameter is not valid. 13

14 PAR? This command returns the current parity configuration. The response can be as the following ones: a) <+PAR: PARX><CLRF>: where the X character is the coded parity configuration as shown on table 4; b) <+PAR: ERROR><CLRF>: if the operation failed due to an internal error (memory corruption or any other serious issue) RESET This command perform a system reset. Since the reset is immediate there is no response RESP This command enables/disables command response or get its status RESP+ This command enables command responses. The following response is always as below: <+RESP: OK><CLRF RESP- This command disables command responses. The following response will be the last one and is as below: <+RESP: OK><CLRF RESP? This command returns current command response option status. Response can be as the following ones: a) <+RESP: RESP+><CLRF>: if the command response option is enabled; b) <+RESP: RESP-><CLRF>: if the command response option is disabled ROLE This command changes serial role or get its current value ROLE=X This command sets serial role according to X character that must be one of the values show on the table below: X Serial role M Master S Slave Table 4 The response can be as below: a) <+ROLE: OK><CLRF>: if the parameter is valid and the operation succeeded; b) <+ROLE: ERROR><CLRF>: if the parameter is invalid ROLE? This command returns the current serial role value. The response can be as below: 14

15 a) <+ROLE: ROLEX><CLRF>: where X is the coded serial role as shown on table 5; b) <+ROLE: ERROR><CLRF>: if the operation failed due to an internal error (memory corruption or any other serious issue) RSSI This command starts a RSSI measurement request that is followed by a waiting message and then related measurement result RSSI? This command is the only one allowed and its response is as below: <+RSSI: WAIT><CLRF>; and (followed by) <+RSSI: value><clrf>: where value is a string representing the measurement result STOP This command configures UART stop bits or gets its value STOP=X This command configures the stop bits value according to X character as shown on the table below: X Number of stop bits 1 One stop bits 2 Two stop bits Table 5 The response can be one of the followings: a) <+STOP: OK><CLRF>: if parameter is valid and operation succeeded; b) <+STOP: ERROR><CLRF>: if parameter is not valid STOP? This command returns the current stop bits configuration value. The response can be as below: a) <+STOP: STOPX><CLRF>: where X is the coded stop bits value as shown on table 6; b) <+STOP: ERROR><CLRF>: if operation failed due to an internal error (memory corruption or any other serious internal issue) UPGRADE This command is used to enter in DFU mode for flashing purpose UPGRADE=password This command is the only allowed. The parameter password represents the password string to be compared with the stored one into permanent memory. If the password is correct then the module enters in DFU mode. Response is TO BE DEFINED. 15

16 3.23. VER This command is used to get the module firmware version VER? This is the only allowed command and it is followed by the response below: <+VER: FW VERSION: XX.YY><CLRF>: where XX.YY represents the module firmware version. 16

LM Technologies Ltd.

LM Technologies Ltd. LM Technologies Ltd. AT Command Manual Applicable for Firmware version 4.52, 4.53, 4.60, 4.61, 6.12, 6.13 Revision Date Name Description v1.0 21-07-2009 Kanwal Initial Draft version v1.1 24-09-2009 Kanwal

More information

LM Technologies Ltd.

LM Technologies Ltd. LM Technologies Ltd. AT Command Manual Applicable for Firmware version 4.5X, 4.6X, 6.5X, 6.1X Revision Date Name Description v1.0 21-07-2009 Kanwal Initial Draft version v1.1 24-09-2009 Kanwal New AT command

More information

abserial User Guide 10 Feb 2015

abserial User Guide 10 Feb 2015 10 Feb 2015 Contents 1 Preface... 3 1.1 Purpose... 3 1.2 Definitions and Acronyms... 3 2 Overview... 4 2.1 Modes of Operation... 4 2.2 UART Configuration... 4 2.3 System Data Flow... 5 3 Startup... 6 4

More information

Bluetooth Class 1/2 SPP Module

Bluetooth Class 1/2 SPP Module Bluetooth Class 1/2 SPP Module (Model: BTM-C1/C2) (Class 1) (Class 2) Applications Asset tracking Measurement/ Remote Equipment Monitoring Scanners Sensors & Controls Industrial devices Point-of-Sale systems

More information

Programming User Guide Version 2.2

Programming User Guide Version 2.2 Programming User Guide Version 2.2 1 Copyright 2013-2017 Feasycom Technology Co., Ltd. All Rights Reserved. Revision History Version Date Notes Author 1.0 2017/6/15 First Release Jerry 1.4 2017/8/17 Add

More information

Programming User Guide Version 2.0

Programming User Guide Version 2.0 Programming User Guide Version 2.0 1 Copyright 2013-2017 Feasycom Technology Co., Ltd. All Rights Reserved. Revision History Version Data Notes Author 1.0 2017/6/15 First Release Jerry 1.4 2017/8/17 Add

More information

LM058 Bluetooth Serial Adapter

LM058 Bluetooth Serial Adapter LM058 Bluetooth Serial Adapter with external antenna The LM058 Bluetooth Serial Adapter eliminates your conventional RS232 serial cables, providing an easy-to-use, invisible connection with freedom of

More information

Bluetooth RS-232 Adapter

Bluetooth RS-232 Adapter BT-232B Bluetooth RS-232 Adapter with Internal Chip Antenna Bluetooth RS-232 Adapter User manual for BT-232B and BT-232B-E models BT Adapter Model BT-232B-E Bluetooth RS-232 Adapter with External Dipole

More information

Innovati s Bluetooth 100M Universal Wireless Bluetooth Module

Innovati s Bluetooth 100M Universal Wireless Bluetooth Module Innovati s Bluetooth 100M Universal Wireless Bluetooth Module Bluetooth 100M module is a simple to use Bluetooth module, command control through a simple UART Tx and Rx which are connected to other Bluetooth

More information

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.2 BLE Datasheet and Quick Reference for USBLE232DEXA

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.2 BLE Datasheet and Quick Reference for USBLE232DEXA Serial Bluetooth Smart Adapter - RS232, Low Energy 4.2 BLE Datasheet and Quick Reference for USBLE232DEXA Package content: BLE RS-232 adapter x 1 User manual x 1 Mini USB Cable x 1 DB9 (male) Reset to

More information

+ (5~27 VDC) GND. Bluetooth V4.1 BLE RS-232 Serial Adapter. Model: BLE-232B. 1. Package content: BLE RS-232 adapter

+ (5~27 VDC) GND. Bluetooth V4.1 BLE RS-232 Serial Adapter. Model: BLE-232B. 1. Package content: BLE RS-232 adapter Bluetooth V4.1 BLE RS-232 Serial Adapter 1. Package content: BLE RS-232 adapter Model: BLE-232B Package Contents: BLE RS-232 adapter x 1 Screw x2, Screw nut x 2 A4 User manual x 1 Mini USB Cable x 1 White

More information

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.2 BLE Datasheet and Quick Reference for USBLE232C

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.2 BLE Datasheet and Quick Reference for USBLE232C Serial Bluetooth Smart Adapter - RS232, Low Energy 4.2 BLE Datasheet and Quick Reference for USBLE232C Package content: BLE RS-232 adapter x 1 Screws for DB9 connector x 2 Nuts for DB9 connector x 2 User

More information

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-232 Serial Adapter. Model: BLE-232D-E. 1. Package content: BLE RS-232 adapter

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-232 Serial Adapter. Model: BLE-232D-E. 1. Package content: BLE RS-232 adapter 1. Package content: BLE RS-232 adapter Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232D-E Package Contents: BLE RS-232 adapter x 1 A4 User manual x 1 Mini USB Cable x 1 White Box: 11 x 6 x 5 (cm)

More information

Bluetooth RS232 Serial Adapter

Bluetooth RS232 Serial Adapter Bluetooth RS232 Serial Adapter LM058 Table of contents 1. Introduction Page 1 2. Features Page 1 3. Packaging Page 2 4. General Specification Page 2 5. RS232 Interface Page 3 5.1 Pin Out Page 3 5.2 Signals

More information

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.1 BLE Datasheet and Quick Reference for BLE232V2

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.1 BLE Datasheet and Quick Reference for BLE232V2 Serial Bluetooth Smart Adapter - RS232, Low Energy 4.1 BLE Datasheet and Quick Reference for BLE232V2 Package content: BLE RS-232 adapter x 1 Screws for DB9 connector x 2 Nuts for DB9 connector x 2 User

More information

PRE32 RS232 protocol v1.21 Tomas Andersson

PRE32 RS232 protocol v1.21 Tomas Andersson PRE32 RS232 protocol 2014-11-07 v1.21 Tomas Andersson Description This document describes the RS232 protocol used to control the PRE32 device. Command structure Commands are sent to the device using the

More information

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-422/485 Serial Adapter. Model: BLE-485C. 1. Package content: BLE RS-422/485 adapter

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-422/485 Serial Adapter. Model: BLE-485C. 1. Package content: BLE RS-422/485 adapter Bluetooth V4.2 BLE RS-422/485 Serial Adapter 1. Package content: BLE RS-422/485 adapter Model: BLE-485C Package Contents: BLE 422/485 adapter x 1 Screw x2, Screw nut x 2 A4 User manual x 1 Mini USB Cable

More information

kcserial User Guide version 2006.FEB.20

kcserial User Guide version 2006.FEB.20 TABLE OF CONTENTS 1 Preface...4 1.1 Purpose...4 1.2 Definitions and Acronyms...4 1.3 Feedback...5 2 Overview...6 2.1 Modes of Operation...6 2.2 System Configuration...6 2.2.1 Hardware...6 2.2.2 Software...7

More information

Qblinks Qmote Maker s Module Developer Guide

Qblinks Qmote Maker s Module Developer Guide Qblinks Qmote Maker s Module Developer Guide This document is for Qmote Developers and Community Revision Information V0.1/2015-APR-16 Init Draft V1.1/2015-JUNE-18 Reduced output message length V1.2/2015-JULY-2

More information

Features : General Description:

Features : General Description: TTL Bluetooth serial Module Class 1 (Model: BTM-T1-C) Based on the new High power Bluetooth serial modules the new low cost Bluetooth serial adapters allow for simple integration into microcontroller designs

More information

BlueMod+B20/BT2.1. User Guide. Release r03

BlueMod+B20/BT2.1. User Guide. Release r03 Release r03 Table of contents 1 Introduction... 4 2 HID Profile... 6 2.1 Setup HID... 6 2.1.1 Set Own Service Profiles (S314)... 6 2.1.2 Class Of Device (S302)... 6 2.1.3 I/O Capabilities (S406)... 6 2.1.4

More information

Data sheet Wireless UART firmware version 4

Data sheet Wireless UART firmware version 4 Data sheet Wireless UART firmware version 4 BLUETOOTH is a trademark owned by Bluetooth SIG, Inc., U.S.A. and licensed to Free2move Rev: 05 December 2006 Table of contents 1 GENERAL INFORMATION...4 1.1

More information

Bluetooth Low Energy Protocol Stack

Bluetooth Low Energy Protocol Stack APPLICATION NOTE Bluetooth Low Energy Protocol Stack R01AN2469EJ0113 Rev.1.13 Introduction This manual describes the installation, configuration and usage of. The tool controls the Renesas Bluetooth low

More information

AT Instruction set. MLT-BT Bluetooth module V3.0

AT Instruction set. MLT-BT Bluetooth module V3.0 MLT-BT05 4.0 Bluetooth module Supports micro-airsync commumication, ios and Android app communication, mast-slave modes and IO control AT Instruction set V3.0 MLT-BT05 4.0 Bluetooth Serial Communication

More information

FERGUSON BEAUREGARD. RTU-5000 Configurator User Manual

FERGUSON BEAUREGARD. RTU-5000 Configurator User Manual FERGUSON BEAUREGARD RTU-5000 Configurator User Manual FERGUSON BEAUREGARD RTU-5000 Configurator User Manual The Ferguson Beauregard RTU-5000 Configurator program and manuals are Copyright 1997-2004 by

More information

GDI Communications, LLC. Graphical User Interface. User Manual. Version 1.0.1

GDI Communications, LLC. Graphical User Interface. User Manual. Version 1.0.1 GDI Communications, LLC Graphical User Interface User Manual Version 1.0.1 1 Table Of Contents Introduction...1 Installation...2 System Requirements...2 Installation Steps...2 Getting Started...4 Features...4

More information

RS-232 Serial to Bluetooth Adapter Quick Installation Guide

RS-232 Serial to Bluetooth Adapter Quick Installation Guide RS-232 Serial to Bluetooth Adapter Quick Installation Guide Introduction The RS-232 to Bluetooth Converter is designed to allow any RS-232 device to communicate wirelessly. It supports baud rate of up

More information

BlueMod+B20/BT2.1. AT Command Reference. Release r06

BlueMod+B20/BT2.1. AT Command Reference. Release r06 Release r06 Note This product was developed for the purpose of communication. It is intended solely for our clients for integration into their own technical products after careful examination by experienced

More information

LM961 Bluetooth Dual Mode Module Standalone (With Embedded Bluetooth v4.1 Stack)

LM961 Bluetooth Dual Mode Module Standalone (With Embedded Bluetooth v4.1 Stack) Bluetooth Dual Mode Module Revised 13/DEC/2017 18.9mm 2.55mm 12.71mm Features Bluetooth v4.1 specification (Dual Mode) Fully integrated module with no additional components required Class 1 Tx Out Power

More information

LM Printer Application Note Document Version 1.0

LM Printer Application Note Document Version 1.0 LM048-058 Printer Application Note Document Version 1.0 Contents 1 Introduction... 3 2 Setup... 3 2.1 Requirements... 3 2.2 Setup Procedure... 3 3 Adapter Configuration... 4 4 Printer Setup... 6 5 DSR

More information

Setting the DCM Switches

Setting the DCM Switches 20 The device(s) connected to the DCM will help you determine the appropriate switch settings. Host Computer or Operator Interface Connection If you re using a host computer or operator interface as the

More information

Bluetooth V4.1 BLE RS-232 Serial Adapter Model: BLE-232B Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232C

Bluetooth V4.1 BLE RS-232 Serial Adapter Model: BLE-232B Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232C Bluetooth V4.1 BLE RS-232 Serial Adapter Model: BLE-232B Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232C Applications: MSR card reader reader, RFID reader, IC card reader, Specifications: 1. Baud

More information

Bluetooth RS-232 Adapter (Model: BT-232B)

Bluetooth RS-232 Adapter (Model: BT-232B) Bluetooth RS-232 Adapter (Model: BT-232B) 1. Features: 1.1 Bluetooth V2.0 Class 1 1.2 Built-in Battery Management (Power Input & Charger) 1.3 Configure RS-232 parameters via COM port 1.4 Internal Chip

More information

LM300 Manager User Manual. Document Version: 1.1 LM300 Firmware Version: Bluetooth Firmware Version:

LM300 Manager User Manual. Document Version: 1.1 LM300 Firmware Version: Bluetooth Firmware Version: LM300 Manager User Manual Document Version: 1.1 LM300 Firmware Version: 2.0.1 Bluetooth Firmware Version: 7.5.4279 LM300 Bluetooth Ethernet Access Point LM300 Manager User Manual i Revision Date Description

More information

BGB203 BT 2.0 Serial Port Profile Module User s Guide. Rev December BGB203 ; Serial Port Profile ; Bluetooth

BGB203 BT 2.0 Serial Port Profile Module User s Guide. Rev December BGB203 ; Serial Port Profile ; Bluetooth Rev. 1.0.3 21 December 2005 Document information Info Keywords Abstract Content BGB203 ; Serial Port Profile ; Bluetooth User s Guide for the BGB203 Bluetooth 2.0 Serial Port Profile Module. Revision history

More information

APPENDIX B. AT Command Language with Detailed Description and Usage. FIRMTECH Co., Ltd. Version 1.1

APPENDIX B. AT Command Language with Detailed Description and Usage. FIRMTECH Co., Ltd. Version 1.1 APPENDIX B AT Command Language with Detailed Description and Usage Version 1.1 FIRMTECH Co., Ltd. B-606, Ssangyong IT Twin Tower, Sangdaewon-dong, 442-5 Jungwon-gu, Seongnam-si, Gyeonggi-do, Korea 462-120

More information

E4000 RS232 Communications Protocol EA.01.xx.E

E4000 RS232 Communications Protocol EA.01.xx.E E4000 RS232 Communications Protocol EA.01.xx.E Red Seal Measurement 1310 Emerald Road Greenwood, SC 29646 USA Page 1 of 12 E4000 EA.01.xx.E RS232 Serial Protocol.docx Page 2 of 12 E4000 EA.01.xx.E RS232

More information

Modbus Remote Communication Protocol for REM 54_. Technical Description

Modbus Remote Communication Protocol for REM 54_. Technical Description Modbus Remote Communication Protocol for REM 54_ 1MRS 750781-MUM Issued: 08.03.2002 Version: A/18.06.2002 Checked: ML Approved: AF Remote Communication Protocol for REM 54_ Modbus We reserve the right

More information

HANTZ + PARTNER. User s Guide RS232 Bluetooth Adapter. Version: 2.8. The Upgrade Company!

HANTZ + PARTNER. User s Guide RS232 Bluetooth Adapter. Version: 2.8. The Upgrade Company! User s Guide RS232 Bluetooth Adapter Version: 2.8 www.smartmodular.de HANTZ + PARTNER The Upgrade Company! www.hantz.com Deutschland: Tel.: 0761 / 592100 Fax: 0761 / 585228 Schweiz: Tel.: 061 / 27311-31

More information

$GDSWLYH0LFUR6\VWHPV

$GDSWLYH0LFUR6\VWHPV $GDSWLYH0LFUR6\VWHPV $/3+$,QGXVWULDO3URWRFRO Revision 3.2 9711-8814A Alpha Industrial Protocol-V3.2.doc Page 1 of 58 Table of Contents 1.0 Revision History... 6 2.0 Introduction... 7 3.0 Control-T and

More information

Datalogic and the Datalogic logo are registered trademarks of Datalogic S.p.A. in many countries, including the U.S.A. and the E.U.

Datalogic and the Datalogic logo are registered trademarks of Datalogic S.p.A. in many countries, including the U.S.A. and the E.U. Datalogic Automation Srl Via Lavino, 265 0050 - Monte S. Pietro Bologna - Italy Matrix 210 Host Mode Programming Ed.: 10/201 This manual refers to Application software version 6.66. 2011-201 Datalogic

More information

Operating instructions

Operating instructions COUNTERS CONTROLLERS ENCODERS Operating instructions Interface description BE134 Prog. 01 Table of contents 1. General information...2 2. Transmission protocol...2 3. Reading of storage locations...3 3.1.

More information

our APP,you can easily control robot,drone and others by BLE. Adopting TI CC2540 chip with 256 KB space, the BLE HC module can use BLE technology

our APP,you can easily control robot,drone and others by BLE. Adopting TI CC2540 chip with 256 KB space, the BLE HC module can use BLE technology 1. General description You can use it with Freaduino(work on 3.3V mode) and other MCU. Using with our APP,you can easily control robot,drone and others by BLE. Adopting TI CC2540 chip with 256 KB space,

More information

RS232/RS485/RS422 to TCP/IP Converter ITEM NO.: RS007

RS232/RS485/RS422 to TCP/IP Converter ITEM NO.: RS007 RS232/RS485/RS422 to TCP/IP Converter ITEM NO.: RS007 RS007 is a universal data converter which support serial RS232, RS422 and RS485 to the TCP / IP intelligent communication converter, it offers RS485/RS422

More information

kcenergy User Guide DRAFT EDITION Introduction Serial Data Communications Hardware Supported Bluetooth Profiles

kcenergy User Guide DRAFT EDITION Introduction Serial Data Communications Hardware Supported Bluetooth Profiles DRAFT EDITION Introduction Our kcenergy firmware provides an embedded Bluetooth Low Energy (BLE) system on a small footprint preengineered module. The firmware is written for the CSR1010 chipset. kcenergy

More information

Simply Blue Smart User s Guide

Simply Blue Smart User s Guide Simply Blue Smart User s Guide Software For the LMX98xx Bluetooth à Serial Port Modules 1.0 Introduction The Simply Blue Smart host-side software provides a Windows interface for demonstrating and using

More information

LM780 Bluetooth Serial Data Module 25m Distance with On-Board Antenna

LM780 Bluetooth Serial Data Module 25m Distance with On-Board Antenna Bluetooth Serial Data Module 25m Distance with On-Board Antenna Product: 1 General Description is LM Technologies Ltd Class 2 Bluetooth Data module with on-board chip antenna. This module is a CSR Bluecore

More information

Firmware Reprogramming Guide

Firmware Reprogramming Guide 8 July. 2016 1 UART Connection Hardware Setup Modules and adaptors may be reprogrammed using the procedure detailed in this document. Normally, our platforms will be delivered with the final firmware already

More information

kcenergy User Guide Introduction Hardware

kcenergy User Guide Introduction Hardware Introduction Our kcenergy firmware provides an embedded Bluetooth Low Energy (BLE) system on a small footprint preengineered module. The firmware is written for the CSR1010 chipset. kcenergy provides the

More information

LCD03 - I2C/Serial LCD Technical Documentation

LCD03 - I2C/Serial LCD Technical Documentation LCD03 - I2C/Serial LCD Technical Documentation Pagina 1 di 5 Overview The I2C and serial display driver provides easy operation of a standard 20*4 LCD Text display. It requires only a 5v power supply and

More information

BTM410/411 DATA MODULE User Guide Version 6.1

BTM410/411 DATA MODULE User Guide Version 6.1 DATA MODULE User Guide Version 6.1 Asia: +852-2923-0610 Bluetooth AT Data Module REVISION HISTORY Revision Date Description Approved By 1.0 1 Mar 2012 Initial Release Jonathan Kaye 2.0 12 Mar 2012 General

More information

EHB Serial Bluetooth

EHB Serial Bluetooth Bluetooth to UART TTL 3.3V & 5V Abandoning the boring communication wire is a dream for most elec fans, this model is designed for this purpose. Using it, you can easy establish a wireless UART/RS232 communication

More information

Web Site: Forums: forums.parallax.com Sales: Technical:

Web Site:  Forums: forums.parallax.com Sales: Technical: Web Site: www.parallax.com Forums: forums.parallax.com Sales: sales@parallax.com Technical: support@parallax.com Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267

More information

RN52 Bluetooth Audio Module

RN52 Bluetooth Audio Module . 2355 West Chandler Blvd. Chandler, Arizona 85224-6199 480-792-7200 RN52 Bluetooth Audio Module Command Specifications Revision History REV DATE Author DESCRIPTION OF CHANGE A 2/11/2013 Dale Loia Initial

More information

G3P-WiFi User Manual Release 1.2

G3P-WiFi User Manual Release 1.2 G3P-WiFi User Manual Release 1.2 Last Update 25/11/2014 1 Appendix Order Codes... 3 Release History... 3 Release 1.0... 3 Release 1.1... 3 Release 1.2... 3 GENERAL FEATURES... 3 1 Tools to begin... 4 1.1

More information

VSM Manager. The VSM Manager is a Windows GUI that can be installed to serially control Genesis Matrixes with a firmware of version 2.5 or later.

VSM Manager. The VSM Manager is a Windows GUI that can be installed to serially control Genesis Matrixes with a firmware of version 2.5 or later. VSM Manager Table of Contents Overview...1 Getting Started...1 Toolbar... 2 Serial Connection... 2 Refresh... 3 Help... 3 Tab Pages... 4 General... 4 Control...5 Schedule... 6 Command... 6 Communications...

More information

ZM56 High-Speed Industrial Modem. Command Summary. 1 ZM56 High-Speed Industrial Modem

ZM56 High-Speed Industrial Modem. Command Summary. 1 ZM56 High-Speed Industrial Modem ZM56 High-Speed Industrial Modem Command Summary 1 ZM56 High-Speed Industrial Modem AT Command Summary Command AT ATA ATDT ATE0 ATE1 ATH ATH1 ATI ATO ATS Description Attention Prefix Precedes all commands

More information

EX-HDU HDMI, AUDIO & USB EXTENSION

EX-HDU HDMI, AUDIO & USB EXTENSION Software User s Guide EX-HDU HDMI, AUDIO & USB EXTENSION CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 800-959-6439 FREE technical support, Call 714-641-6607 or fax 714-641-6698 Address: Hall

More information

LCD03 - I2C/Serial LCD Technical Documentation

LCD03 - I2C/Serial LCD Technical Documentation LCD03 - I2C/Serial LCD Technical Documentation 2YHUYLHZ The I2C and serial display driver provides easy operation of a standard 20*4 LCD Text display. It requires only a 5v power supply and the two data

More information

BlueCore. Operation of Bluetooth v2.1 Devices. Application Note. Issue 7

BlueCore. Operation of Bluetooth v2.1 Devices. Application Note. Issue 7 BlueCore Operation of Bluetooth v2.1 Devices Application Note Issue 7 Page 1 of 26 Document History Revision Date History 1 06 DEC 07 Original publication of this document. 2 27 MAR 08 Bonding description

More information

Generic RS232 protocol

Generic RS232 protocol Generic RS232 protocol Table of content 1 Introduction... 2 2 Description... 2 2.1 Hardware specification... 2 2.2 Communication Setting... 2 2.3 Command Message Reference... 3 3 Protocol 1 : with ID...

More information

LM048 Bluetooth v2.0, v2.1 RS232 Serial Adapter Standalone (With Embedded Bluetooth v2.0 / v2.1 Stack)

LM048 Bluetooth v2.0, v2.1 RS232 Serial Adapter Standalone (With Embedded Bluetooth v2.0 / v2.1 Stack) Bluetooth v.0, v. RS Serial Adapter Revised 8/NOV/0.mm mm mm Features World s smallest Bluetooth Serial Adapter (RS) Bluetooth v.0, v. wireless technology 8 dbm Tx Power and -8 dbm Rx Sensitivity Serial

More information

LM058 Bluetooth v2.0, v2.1 RS232 Serial Adapter - SMA Connector Standalone (With Embedded Bluetooth v2.0 / v2.1 Stack)

LM058 Bluetooth v2.0, v2.1 RS232 Serial Adapter - SMA Connector Standalone (With Embedded Bluetooth v2.0 / v2.1 Stack) Bluetooth v2.0, v2. RS232 Serial Adapter - SMA Connector Revised 3/MAR/20 Datasheet Version.0 mm mm 34mm Features Bluetooth v2.0, v2. wireless technology dbm Tx Power and - dbm Rx Sensitivity Serial (RS232)

More information

AquaSeNT OFDM Modem User Manual. AquaSeNT 1244 Storrs Rd Storrs, CT 06268, USA Version 1

AquaSeNT OFDM Modem User Manual. AquaSeNT 1244 Storrs Rd Storrs, CT 06268, USA   Version 1 AquaSeNT OFDM Modem User Manual AquaSeNT 1244 Storrs Rd Storrs, CT 06268, USA www.aquasent.com Version 1 Contents 1 Introduction 3 2 Command Set 4 2.1 List of commands from modem to host............. 5

More information

Z3S. Quick Setup Guide V Connection Mode. Working via Bluetooth. Barcode Programming. Working via USB cable

Z3S. Quick Setup Guide V Connection Mode. Working via Bluetooth. Barcode Programming. Working via USB cable Z3S V18.9.7 Quick Setup Guide Connection Mode Working via USB cable Get Started: Connect scanner with your device via USB cable. If you use US keyboard, it's a plug and play model. If you use other type

More information

BV4615. Dual Interface Zero Keypad. Product specification. Dec 2009 V0.a. ByVac Page 1 of 11

BV4615. Dual Interface Zero Keypad. Product specification. Dec 2009 V0.a. ByVac Page 1 of 11 Product specification Dec 2009 V0.a ByVac Page 1 of 11 Contents 1. Introduction...3 2. Features...3 3. Physical Specification...3 3.1. Serial connector...3 3.2. Multiple Devices...4 3.3. I2C...4 4. Output

More information

KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VS-401USB 4x1 USB Switcher. P/N: Rev 1

KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VS-401USB 4x1 USB Switcher. P/N: Rev 1 KRAMER ELECTRONICS LTD. USER MANUAL MODEL: VS-401USB 4x1 USB Switcher P/N: 2900-300029 Rev 1 Contents 1 Introduction 1 2 Getting Started 2 2.1 Achieving the Best Performance 2 2.2 Recycling Kramer Products

More information

Product Specification

Product Specification Product Specification Description The BT233/224 Bluetooth USB Adapter is an evaluation platform for the BT33 and BT24 module series. This adaptor allows a developer to quickly utilize the embedded AT command

More information

NITGEN. Developer Guide. Version RS-232C serial protocol for Stand-Alone Fingerprint Recognition Device. Serial Protocol

NITGEN. Developer Guide. Version RS-232C serial protocol for Stand-Alone Fingerprint Recognition Device. Serial Protocol NITGEN RS-232C serial protocol for Stand-Alone Fingerprint Recognition Device Developer Guide (Supported device: FIM10 Ver. 1.18, FIM01 Ver. 1.58, FIM20xx Ver. 1.58, FIM30xx Ver 1.10) Version 1.75 NITGEN

More information

Serial Dongle RS232 Plug&Scan

Serial Dongle RS232 Plug&Scan Programming guide Serial Dongle RS232 Plug&Scan Version 2.56 Important notice: Every effort is made to ensure the accuracy of our product information; however, we accept no responsibility for errors or

More information

LM068 Bluetooth v4.1 Dual Mode RS232 Serial Adapter Standalone (With Embedded Bluetooth v4.1 Stack)

LM068 Bluetooth v4.1 Dual Mode RS232 Serial Adapter Standalone (With Embedded Bluetooth v4.1 Stack) Bluetooth v4.1 ual Mode RS232 Serial Adapter Revised 13/MAR/2018 atasheet Version 46.3mm 1.0 16mm 34mm Features World s smallest Bluetooth Serial Adapter Low Power Consumption Bluetooth v4.1 specification

More information

BM2001 (Bluetooth USB Adapter) User s Guide

BM2001 (Bluetooth USB Adapter) User s Guide BTWIN is a Trademark of BTNetworks. BM2001 (Bluetooth USB Adapter) User s Guide BTNetworks Co., LTD 2005 08.30 Ver 3.0 1 Table of Contents 1 Introduction (Model: BM2001) 4 2 Bluetooth USB Adapter & Bluetooth

More information

Ether232Duo User Guide

Ether232Duo User Guide Ether232Duo User Guide Software Version: 5.02.00 Document No.: 02-CML000634 Revision Date: 15 OCT 12 Document Revision: 1.1 www.precidia.com Precidia Technologies Inc. 400 March Road, Ottawa, Ontario Canada

More information

J2 LCM Customer Display. Manual

J2 LCM Customer Display. Manual J2 LCM Customer Display Manual July 2012 Contents LCM Customer Display... 3 Overview... 3 Customer Display Configureation... 4 Port Settings... 4 CD Settings... 5 Emulation Mode... 5 Character Sets...

More information

W7500S2E-Z1 User Manual

W7500S2E-Z1 User Manual W7500S2E-Z1 User Manual V1.0 Copyright WIZnet H.K. Ltd. All rights reserved. Document Revision History Version Date Remarks V1.0 2017/09/19 Official Release Copyright notice Copyright WIZnet H.K. Ltd.

More information

ZBA Bluetooth Class 1 Serial Adapter With Whip Antenna. Assembly No. ZBS SPF/M

ZBA Bluetooth Class 1 Serial Adapter With Whip Antenna. Assembly No. ZBS SPF/M ZBA Bluetooth Class 1 Serial Adapter With Whip Antenna. Assembly No. ZBS44-411-SPF/M ZBA, Inc 94 Old Camplain Road, Hillsborough, NJ 08844 www.zbausa.com Page 1 Page 2 ZBA, Inc. Table of Contents 1 Document

More information

NL6000 Wireless Modem NL6000 User Manual Rev 1.1

NL6000 Wireless Modem NL6000 User Manual Rev 1.1 NL6000 Wireless Modem NL6000 User Manual Rev 1.1 WWW.RFNEULINK.COM 6. Procedures This section includes step-by-step procedures for configuring all the parameters that control the operation of the NL6000.

More information

D0 DCM Module Setup Direct

D0 DCM Module Setup Direct D0 DCM Module Setup 3 In This Chapter.... Important Module Information Using DirectSOFT5 to Configure s 1 and Port 2 Registers Using Ladder Logic to Configure s (DL05) Using Ladder Logic to Configure s

More information

UniOP VT100 Terminal Emulation - Ver. 3.16

UniOP VT100 Terminal Emulation - Ver. 3.16 UniOP VT100 Terminal Emulation - Ver. 3.16 This tech note describes the operation of the VT100 emulation software on UniOP. This document is a short reference for VT100 Terminal Emulation software. It

More information

3 Connecting to a Controller

3 Connecting to a Controller 3 Connecting to a Controller In this chapter Connecting to controllers: Overview 36 Setting up communications for your PC 37 Configuring Modbus communications 37 Modbus communications by modem 39 Configuring

More information

PayLink-IP/232 Configuration Guide 2005 Lava Computer MFG Inc.

PayLink-IP/232 Configuration Guide 2005 Lava Computer MFG Inc. PayLink-IP/232 Configuration Guide 2005 Lava Computer MFG Inc. www.lavalink.com Rev. A07 PayLink-IP/232 Configuration Guide This document describes the configuration features of the PayLink-IP/232. It

More information

Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter

Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter Login for the first time, please use http://192.168.1.100 To key in user name and password is for identifying authorization. Default

More information

BV4542. I2C or Serial 16x2 with Keypad interface

BV4542. I2C or Serial 16x2 with Keypad interface BV4543 I2C or Serial 16x2 with Keypad interface Date Firmware Revision February 2018 Preliminary 11 Feb. 2018 1.1.1 Updated how serial works 16 Feb. 2018 1.1.3 Sleep updated Introduction This is an I2C

More information

BV4626 General Purpose I/O. Product specification. Mar 2010 V0.a. ByVac Page 1 of 13

BV4626 General Purpose I/O. Product specification. Mar 2010 V0.a. ByVac Page 1 of 13 General Purpose I/O Product specification Mar 2010 V0.a ByVac Page 1 of 13 Contents 1. Introduction... 3 2. Features... 3 3. Physical Specification... 3 3.1. JP7... 3 3.2. Control Interface... 4 3.3. Serial

More information

Telenetics dial modems are based upon Rockwell chipsets. These chipsets contain Rockwell's "AT" command set.

Telenetics dial modems are based upon Rockwell chipsets. These chipsets contain Rockwell's AT command set. AT COMMAND SET and S-REGISTERS Telenetics dial modems are based upon Rockwell chipsets. These chipsets contain Rockwell's "AT" command set. A summary of the Rockwell command set for the PE2496 and PE14.4

More information

Sending MAC Address Function

Sending MAC Address Function Application Note Sending MAC Address Function Version 1.1 Sollae Systems Co., Ltd. www.eztcp.com Contents CONTENTS... - 1-1 OVERVIEW... - 2-1.1 Overview... - 2-1.2 Using Unique ID for Serial Devices...

More information

SSE232-LE Serial Server- User s Manual

SSE232-LE Serial Server- User s Manual www.exemys.com Rev.6 1 Products are in constant evolution to satisfy our customer needs. For that reason, the specifications and capabilities are subject to change without prior notice. Updated information

More information

RFID MODULE Mifare Reader / Writer SL031 User Manual Version 3.0 Jan 2018 StrongLink

RFID MODULE Mifare Reader / Writer SL031 User Manual Version 3.0 Jan 2018 StrongLink RFID MODULE Mifare Reader / Writer User Manual Version 3.0 Jan 2018 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 5 3. BAUD RATE SETTING... 6 4. COMMUNICATION PROTOCOL... 6 4-1. COMMUNICATION

More information

KERN YKI-02 Version /2014 GB

KERN YKI-02 Version /2014 GB KERN & Sohn GmbH Ziegelei 1 D-72336 Balingen E-Mail: info@kern-sohn.com Installation manual RS-232 Bluetooth adapter KERN YKI-02 Version 1.0 12/2014 GB Tel: +49-[0]7433-9933-0 Fax: +49-[0]7433-9933-149

More information

BLE Wireless Gamepad V2 SKU: DFR0304

BLE Wireless Gamepad V2 SKU: DFR0304 BLE Wireless Gamepad V2 SKU: DFR0304 Introduction Wondering if your newly bought gamepad can be used to both playing games and controlling a robot? The new BLE 4.0 wireless gamepad V2.0 produced by DFROBOT

More information

EH-MC-10. Command Interface User Guide. Ver 1.3

EH-MC-10. Command Interface User Guide. Ver 1.3 _ EH-MC-10 Command Interface User Guide Ver 1.3 2014. 4. 9 ShangHai Ehong Technology Inc _ Version Date Comments V1.0 2012-12-09 Release V1.1 2013-03-02 Add ibeacon AT command V1.2 2013-04-02 Add Soc air

More information

Mounting Dimensions / Viewing 2 Mounting Options 3. Wiring Configuration 4. Quick Set up Procedure 5. Changing Intensity 6.

Mounting Dimensions / Viewing 2 Mounting Options 3. Wiring Configuration 4. Quick Set up Procedure 5. Changing Intensity 6. Section Mounting Dimensions / Viewing 2 Mounting Options 3 Section 2 Wiring Configuration 4 Section 3 Quick Set up Procedure 5 Section 4 Changing Intensity 6 Section 5 Option Summary 7 Section 6 Option

More information

CoolMaster Programmers Reference Manual (PRM)

CoolMaster Programmers Reference Manual (PRM) CoolMaster Programmers Reference Manual (PRM) CoolMaster Interface Adapter for VRV, VRF Air Conditioning Systems Cool Master 1000D Cool Master 2000S Cool Master 3000T Cool Master 4000M Version 3.0 8/12/2009

More information

URG Series. Communication Protocol Specification

URG Series. Communication Protocol Specification DATE: FEB.2 nd 2004 URG Series Communication Protocol Specification SYMBOL CORRECTIONS PAGES DATE CORRECTED BY NO APPROVED BY CHECKED BY DRAWN BY DESIGNED BY C-42-3320-A 1/8 2D Sensor Communication Protocol

More information

Serial Interface Module

Serial Interface Module OnQ 363737-01 Serial Interface Module DESCRIPTION The 363737-01 Serial Interface can be used with Model 925 or Model 1050 controller. It allows the controller to be connected to a personal computer or

More information

1602 SMART LCD DISPLAY MODULE HCMODU0122

1602 SMART LCD DISPLAY MODULE HCMODU0122 62 SMART LCD DISPLAY MODULE HCMODU22 Revision.. DISCLAIMER This document is provided "as is". Hobby Components Ltd makes no warranties, whether express, implied or statutory, including, but not limited

More information

Firefly User Guide. Revision C June 27, 2006 Part Number GC

Firefly User Guide. Revision C June 27, 2006 Part Number GC Firefly User Guide Revision C June 27, 2006 Part Number GC-800-314 Copyright and Trademark Copyright 2005, Grid Connect, Inc. All rights reserved. No part of this manual may be reproduced or transmitted

More information

DSP Terminal V1.5.7 Users Guide

DSP Terminal V1.5.7 Users Guide Faculty of electrical engineering and computer science INSTITUTE OF ROBOTICS DSP terminal V1.5.7 DSP Terminal V1.5.7 Users Guide Feb, 2007 1 Overview Terminal program is used for communication between

More information

Elotech Standard Protocol. for Single R8200 SC

Elotech Standard Protocol. for Single R8200 SC Elotech Standard Protocol interface description / network protocol for Single R8200 SC ELOTECH Industrieelektronik GmbH Verbindungsstraße 27 D - 40723 HILDEN FON +49 2103 / 255 97 0 FAX +49 2103 / 255

More information

MK D Imager Barcode Scanner Configuration Guide

MK D Imager Barcode Scanner Configuration Guide MK-5500 2D Imager Barcode Scanner Configuration Guide V1.4 Table of Contents 1 Getting Started... 3 1.1 About This Guide... 3 1.2 Barcode Scanning... 3 1.3 Factory Defaults... 3 2 Communication Interfaces...

More information