开发者

How can I communicate with a printer via USB using java in windows platform

开发者 https://www.devze.com 2023-04-07 19:25 出处:网络
How can I communicate with a printer via USB using java in windows platform? I don\'t want to use JNI. I want to use jsr80 or libusb-win32 if any experienced have work with that please share his/her k

How can I communicate with a printer via USB using java in windows platform? I don't want to use JNI. I want to use jsr80 or libusb-win32 if any experienced have work with that please share his/her knowledge with some code. I think in libusb-win32 java wrapper must install some driver, correct? I don't want to use any driver. I want to designing my application like plug and play type device by which I can send file easily. I don't want to开发者_如何学运维 buy any software.

Is there any other way to communicate with printer?


To communicate with most usb devices a driver is required. In most cases though the driver should already be installed on the target pc unless this is a remote printing application. Also most printer drivers are free so you shouldn't need to buy anything.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号