EasyManua.ls Logo

BIXOLON SPP-R210 - General Safety Precautions; General Safety Warnings

BIXOLON SPP-R210
38 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Mobile Printer
Rev. 1.00
- 4 -
2. Property
The constant values used by the dll files provided are declared in BxlConst.cs.
The development environment is C#.
2-1 CharacterSet (LONG R/W)
The attribute which defines the printer's code page is set to BXL_CS_437 by default. Use
SetCharacterSet(), GetCharacterSet() to set new values or load the preset values.
The following code pages can be used:
Code
Value
Description
BXL_CS_PC437
0
Code page PC437
BXL_CS_KATAKANA
1
Katakana
BXL_CS_PC850
2
Code page PC850
BXL_CS_PC860
3
Code page PC860
BXL_CS_PC863
4
Code page PC863
BXL_CS_PC865
5
Code page PC865
BXL_CS_WPC1252
16
Code page WPC1252
BXL_CS_PC866
17
Code page PC866
BXL_CS_PC852
18
Code page PC852
BXL_CS_PC858
19
Code page PC858
BXL_CS_PC864
22
Code page PC864
BXL_CS_THAI42
23
Code page THAI42
BXL_CS_WPC1253
24
Code page WPC1253
BXL_CS_WPC1254
25
Code page WPC1254
BXL_CS_WPC1257
26
Code page WPC1257
BXL_CS_FARSI
27
Code page Farsi
BXL_CS_WPC1251
28
Code page WPC1251
BXL_CS_PC737
29
Code page PC737
BXL_CS_PC775
30
Code page PC775
BXL_CS_THAI14
31
Code page THAI14
BXL_CS_PC862
33
Code page PC862
BXL_CS_PC855
36
Code page PC855
BXL_CS_PC857
37
Code page PC857
BXL_CS_PC928
38
Code page PC928
BXL_CS_THAI16
39
Code page THAI16
BXL_CS_WPC1256
40
Code page PC1256
BXL_CS_PC1258
41
Code page PC1258
BXL_CS_KHMER
42
Code page KHMER
BXL_CS_PC1250
47
Code page PC1250
BXL_CS_USER
255
User set page
* Example
BxlWinPhoneSDK bxlPrinter = new BxlWinPhoneSDK();
var ret = await bxlPrinter.ConnectToPrinterAsync(“port info..”);
……
bxlPrinter.SetCharacterSet(BXL_CS_PC850);
…...
int32 nCharSet;
nCharSet = bxlPrinter.GetCharacterSet();
……

Other manuals for BIXOLON SPP-R210

Related product manuals