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
154
Appendix
Response
Table 5 Response Header
Table 6 Response
static Specifies the configuration script stored in ROM.
default Specifies the default configuration script.
status Acquires information for the Bluetooth adapter.
Content-Type: application/json; charset=utf-8
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: POST, GET, OPTIONS, HEADER
Access-Control-Allow-Headers: Content-Type, Content-Length, Authorization
X-Content-Type-Options: nosniff
X-XSS-protection: 1; mode=block
X-Frame-Options: deny
Content-Security-Policy: default-src 'none'
WWW-Authenticate: Digest realm="<IPaddr>", nonce="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", qop="auth"
Function GET Parameter Results Response
Acquires the configuration script
currently enabled
Type=current
Or no Type is set
Acquisition successful 200 OK
Acquires the configuration script
on the RAM
Type=volatile Acquisition successful 200 OK
Acquisition failed (No file) 404 Not Found
Acquires the configuration script
on the ROM
Type=static Acquisition successful 200 OK
Acquisition failed (No file) 404 Not Found
Acquires the Default
configuration script
Type=default Acquisition successful 200 OK
Acquires information from the
Bluetooth adapter
Type=status Acquisition successful 200 OK
Acquisition failed (No adapter
connected)
404 Not Found
Others Type = Other than
the above
or
A parameter except
for Type exists
Type is invalid 400 Bad Request
Type Description