I've recently purchased a Star Micronics TSP100 Printer for my "Point of Sale" application which I'm developing in C#.NET , I downloaded the POS for .Net SDK to manipulate the printer but it didn't work.
after some research I found out that I have to install monroecs CCOs in order to communicate with the printer using POS for .Net SDK.
the problem that I'm facing is that when I send Arabic letters to the printer, it prints garbage, even though the printer supports code page "1001 (Arabic)". I've tried using C# encoding and stuff but still didn't work. what exactly do you think the problem is?