I have to print the content in chinese on epson printer .I have used all commands related to character set and code table(ESC R n) and (ESC t n) and tried to print the content but its not printing in chinese. Can anyone help me to print in Chinese.
Asked
Active
Viewed 1,283 times
2
-
1How are you accessing the printer? – David Heffernan May 14 '13 at 08:14
-
Creating an instance of Tdevice and Tport accessing those with Self Defined Class.and than writing the commands to port on which device is connected. – Haridev Nirgude May 14 '13 at 09:27
-
Is that really the right way to do it? Why don't you use the printing API? – David Heffernan May 14 '13 at 11:39
-
We have the actual code printing the data to the printer just we want to print the chinese characters.And also we have send many commands to setpage and all other commands it's working fine.Problem is with printing in chinese. – Haridev Nirgude May 14 '13 at 13:38
2 Answers
0
Actually We Can Print in Chinese if at all we have Epson Multilingual Supported Printer and that too it supports only one foreign language at a time.For some languages they don't have code page table's so we need pay extra for that.

Haridev Nirgude
- 43
- 1
- 6
0
Yeah, we can use ESC R 15
to set Chinese characters.
However, we have to do the Initialize command first.
the selected international character set is effective until ESC @ is executed, the printer is reset, or the power is turned off.

faris.shi
- 3
- 1