TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
kubilay bayraktar
NA
40
0
Zebra Mobile printer unexpected characters
Jun 21 2012 10:40 AM
I'm using Zebra QL420 plus printer to print some cyrillic characters.
My computer is using Turkish language. I have downloaded cyrillic font to print in cyrillic. The problem is Latin characters are converted to cyrillic but cyrillic characters are printed wrong!
Here is the code to print in cyrillic:
T CYRILLIC.CPF 0 25 20 TEST
?????????
and c# code to send data:
TcpClient client = new TcpClient("192.168.xx.xxx", port);
byte[] data = System.Text.Encoding.UTF8.GetBytes(message);
NetworkStream stream = client.GetStream();
stream.Write(data, 0, data.Length);
stream.Close();
client.Close();
Any help is appreciated
Thanks in advance
Reply
Answers (
3
)
how to return the datatable from stored procedure in oracle by using c#
'@' symbol will not correctly transmit text in URL strings using gridview.