Star webPRNT User's Manual

Star webPRNT Response Element


NameDescription
<root>Root Element
<success>Success code Element
<code>Result code Element
<status>Star Automatic Status Element

Star Printer Compatibility Chart

Please refer to the interface compatibility table by printer model here.

POS Printer
NameFVP
10
TSP
650II
TSP
650II
SK
TSP
700II
TSP
800II
mPOPmC-
Print2
mC-
Print3
TSP
100IV
TSP
100IV
SK
mC-
Label3
<root>
<success>
<code>
<status>
Mobile Printer (ESC/POS)
NameSM-S220i
(Excluding Jp model)
SM-S230iSM-T300iSM-T400i
<root>
<success>
<code>
<status>

Mobile Printer (StarPRNT)
NameSM-S220i
(Excluding Jp model)
SM-S230iSM-T300iSM-T400iSM-L200SM-L300
<root>
<success>
<code>
<status>

<root>

Root Element

Attribute

NameDescriptionOmission
---

Value

Description
List of Star webPRNT Response Element
Example
<root>
  <success>true</success>
  <code>0</code>
  <status>2386000000000000000000</status>
</root>

<success>

Success code Element

Attribute

NameDescriptionOmission
---

Value

Description
Success code
  • true … Printing succeeded
  • false … Printing failed
Example
<root>
  <success>true</success>
  <code>0</code>
  <status>2386000000000000000000</status>
</root>

<code>

Result code Element

Attribute

NameDescriptionOmission
---

Value

Description
Result code
  • 0 … Success
  • 1100 … Printer off line(On error)
  • 2001 … Printer busy(In use with another device: Need to resend data)
  • 4000 … Bluetooth disabled
  • 4001 … Bluetooth permission disabled
Example
<root>
  <success>true</success>
  <code>0</code>
  <status>2386000000000000000000</status>
</root>

<status>

Star Automatic Status Element

Attribute

NameDescriptionOmission
---

Value

Description
Star Automatic Status
Note. Refer to the command specifications.
Example
<root>
  <success>true</success>
  <code>0</code>
  <status>2386000000000000000000</status>
</root>