| Set up to recognise printer cable 
| Set !Plotter+ to print to file to USBplotter: (colon IS needed)
| VendorID here is 047E
| productID is 1001
|
| For other printers this file will need altering
| do a *usbdevices and identify your printer
|  read the device number (first column)
|
| do a *usbconfinfo n where n is the device number
| look for the interface of class 7.1:2
| if it is not Interface n.1 (n is usually 0)
| then change the '%%0 0 1' following USBSetInterface below
| to the number required.
|
| do a *usbdevinfo n where n is the device number
| substitute the VendorID and ProductID values in
| a copy of this file, named after the printer (e.g.xxx)
| substitute the printer name xxx for  USBplotter below
| print to file xxx: (colon IS needed)
| Please email any info found to jwb@iyonix.com
Do Path USBplotter null:
Alias @USBDevice____047E_1001____ Do Path USBplotter USB%%0#usbtimeout150000;size16384:|mUSBSetInterface %%0 0 1 |m||%%*0
If "<USB$Device_*_*_*_047E_1001_*_*_*_*>" <> "" Then Do @usbdevice____047E_1001____ <USB$Device_*_*_*_047E_1001_*_*_*_*>
Alias @USBDevice____067b_2305____ Do Path USBplotter USB%%0#usbtimeout150000;size16384:|mUSBSetInterface %%0 0 1 |m||%%*0
If "<USB$Device_*_*_*_067b_2305_*_*_*_*>" <> "" Then Do @usbdevice____067b_2305____ <USB$Device_*_*_*_067b_2305_*_*_*_*>
