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