|
-
Aug 28th, 2007, 01:41 PM
#1
Thread Starter
New Member
Code Pages
Hello! How can I send to printer, by use SerialPort, string with
different code pages?
For example:
SerialPort1.WriteLine("textOne") - I need send it in 1250 CodePages,
SerialPort1.WriteLine("textTwo") - I need send it in 1253 CodePages,
SerialPort1.WriteLine("textThree") - I need send it in 1254 CodePages.
If I send it from DOS windows (cmd) by "copy file.txt com1" all is ok,
but if I send it from VB.NET2005 - is problem 
File "file.txt" contain sequence to print string on a printer.
Could you help me?
Regards, Jacek
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|