How can I communicate with a printer via USB using java in windows platform
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.
精彩评论