Please tell me how to print invoice using Epson TM-U210 printer using c sharp.I can print invoice using normal usb printer such as hp injeckt pinters. I used
printDocument1.Print();
command to print. But Epson printer is serial port printer. There for is there any need of using port command and use any byte to write. Please at least give a guide. I don't have any idea to where to start. Thank you so much