Print raw data to a thermal-printer using .NET

后端 未结 2 1233
小鲜肉
小鲜肉 2020-12-13 16:48

I\'m trying to print out raw ascii data to a thermal printer. I do this by using this code example: http://support.microsoft.com/kb/322091 but my printer prints always only

2条回答
  •  北海茫月
    2020-12-13 17:03

    Okay, the reason for all that stuff is just the fact that I use an adapter because my computer does not has an old lpt port. I copied my application to an old computer running windows xp and everything works fine.

    Now I have to hope that some other lpt2usb adaters I bought do their work correctly.

    Edit 20.04.2010

    With another lpt2usb adapter everything works fine now. If anyone is intersted in all the code I am using now, please contact me or comment here.

提交回复
热议问题