Interface printer with Matlab to print out qr code image
1 个评论
It appears that printer has a USB B connector on it, and probably comes with a USB-A to USB-B cable.
It appears that it is intended to be used with a vendor supplied printer driver. It probably shows up as a regular printer to the system.
Unfortunately, there is very little information available about that model that I can find. Although I can see it listed for sale in a small number of places, it appears to have been mostly replaced by TP800 series printers.
I suspect that unless you do a bunch of interface work, that you will be limited to one of the following:
- use matlab print()
- create a pdf or image file and use system() to call Windows print routines ; or
- create a pdf or image file and use the .NET interfaces to call Windows print routines.
There might be other possibilities if sufficient work was put into the task.
回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Programming 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!