User Manual
Table Of Contents
- For Safety
- Restriction of Use
- Note about interference
- Open Source Software License
- About this Manual
- Contents
- Product Overview
- Setup of the Tablet
- Setup of the Printer
- Flow of Setup
- Placing the Printer
- Changing the Paper Width
- Connecting Peripheral Devices
- Connecting the Wireless LAN Unit
- Connecting the Customer Display
- Connecting the Optional External Buzzer
- Connecting the Cash Drawer
- Connecting to the Power Source
- Connecting the Printer to the Host Devices
- Attaching the Power Switch Cover
- Enabling the Roll Paper Near-End Detection
- Using Dedicated Optional Products
- Advanced Usage
- Software Settings
- Functions
- Receive buffer capacity
- BUSY condition
- Auto line feed
- USB power-saving function
- Release condition of receive buffer BUSY
- Select paper out detector enabled for paper out signal output
- Error signal settings
- Pre-feed before next print
- Roll paper near-end detection
- Network tethering
- Paper width
- Print density
- Print speed
- Thai characters print mode
- Character code table defaults
- International character defaults
- Interface selection
- Column emulation mode
- Command execution during offline
- Amount of top margin by backfeed
- Interface switch waiting time
- Main connection interface
- Autocutting after closing cover
- Paper reduction
- Font A auto replacement
- Font B auto replacement
- Font C auto replacement
- Multi-tone print density
- Optional buzzer
- Batch rotate print (Upside Down)
- Communication condition of USB interface
- Communication condition of Bluetooth interface
- Bluetooth communication interval during power saving mode
- Functions
- Network Settings
- Setting/Check Modes
- Printing a Status Sheet
- Resetting the Interface Settings
- TM-Intelligent Function
- Network Tethering (iOS device only)
- Software Settings
- Application Development Information
- Handling
- Appendix
- Product Specifications
- Specifications of Interface and Connector
- Bluetooth Low Energy Technology Advertising
- Character Code Tables
- Compatibility with USB Type-A
162
Appendix
Keywords
You can specify the following keywords when describing the script.
Reserve String Length Content Example
$SERIAL_ADDR 6 bytes Address that uses 1 for the
MSB2bit in the last 6 digits of
the printer's serial number.
When the Serial No. is ABCD123456,
the Address uses 1 for the MSB2bits for
the leading 1 byte in the last 6 digits.
F1:32:33:34:35:36
is generated and replaced with a string
using 36 35 34 33 32 F1 sorted in Little
endian.
$RANDOM_ADDR 6 bytes Address in which the printer
generates a random 6 byte
number, and 1 is for the
MSB2bit of the leading 1
byte.
Generates a random 6 byte number in
the printer and replaces it with a string
that sorts the Address using 1 for the
MSB2bits for the leading 1byte in Little
endian.
$IPn 1 byte Value for #n in the printer's IP
address.
When the IP address is
192.168.192.168, it is replaced with the
following string.
IP1: c0
IP2: A8
IP3: 64
IP4: c8
$MODEL_NO 1 byte ID value assigned to the
printer model.
20h is used for the TM-m30II-SL.
00: no use
01: reserve
02: TM-T88VI
03: TM-T88VI-iHUB
10: TM-H6000V
20: TM-m30II-H/TM-m30II-NT/
TM-m30II-S/TM-m30II-SL
$MACn 1 byte Value for #n in the MAC
address.
Available range:
$MAC1,$MAC2, $MAC3, $MAC4,
$MAC5, $MAC6