Connects to a printer via USB using the device path.
path
Example: await connectUSB("/dev/usb/lp0");
Future<void> connectUSB(String path);