Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/315.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 有没有办法直接在MONO上打印到POS打印机?_C#_Mono - Fatal编程技术网

C# 有没有办法直接在MONO上打印到POS打印机?

C# 有没有办法直接在MONO上打印到POS打印机?,c#,mono,C#,Mono,有没有办法将原始文本发送到Mono上的POS打印机 目前,打印是使用printdocument完成的。 适用于lpt和usb打印机。 串行打印机不工作,可能是因为它的驱动程序 查找linux驱动程序是另一个问题 那么,有没有人对如何以其他方式解决这个打印问题有什么建议

有没有办法将原始文本发送到Mono上的POS打印机

目前,打印是使用printdocument完成的。 适用于lpt和usb打印机。 串行打印机不工作,可能是因为它的驱动程序

查找linux驱动程序是另一个问题

那么,有没有人对如何以其他方式解决这个打印问题有什么建议