dymoprint
dymoprint copied to clipboard
Support for additional devices
This issue has been migrated here. Please continue discussion there.
There is a lot of discussion all over the place about support for other devices. Let's try to bring it all under one place.
-
LabelManager 420P:
-
Apparent but unconfirmed success:
I had to change the product ID in the code, from 0x1002 to 0x1004. (Also, in the USB rules, I had to change 0x1001 to 0x1003.)
- @jpetazzo, https://github.com/computerlyrik/dymoprint/issues/30#issuecomment-536518402
-
# Dymo LabelManager 420P TargetVendor= 0x0922 TargetProduct= 0x1004 MessageEndpoint=0x01 ResponseEndpoint=0x01 MessageContent="1b5a01"
-
-
LabelManager Wireless PnP
- Status unknown
-
usb-modeswitch-data
# Dymo LabelManager Wireless PnP TargetVendor= 0x0922 TargetProduct= 0x1008 MessageEndpoint=0x01 ResponseEndpoint=0x01 MessageContent="1b5a01"
-
MobileLabeler
- No success yet.
ID 0922:1009 Dymo-CoStar Corp. DYMO MobileLabeler
- @fssup https://github.com/computerlyrik/dymoprint/issues/30#issuecomment-984676496 - Also @Tahx https://github.com/computerlyrik/dymoprint/pull/20#issuecomment-881606298
- No success yet.
-
LabelManager 280
-
Active discussion in #40
-
ID 0922:1005 Dymo-CoStar Corp. DYMO LabelManager 280
Not a HID, but recognized by CUPS. - @Scorcerer https://github.com/computerlyrik/dymoprint/issues/40#issuecomment-1021702772
-
-
LabelWriter 450
- ~This uses a different technology, more like a regular printer, so I don't see how we'd be able to support it anytime soon.~ This should be doable, and in fact there is a reference manual.
-
LabelPoint 350
- This supports 19mm tape. Implemented in #73
-
LabelManager PC
- See #83
-
LabelWriter 400
- See #117
As the tool asks, I'm reporting I have a almost-success on the 420P! (issue #80)
Hello!
Tried running this with Dymo LabelWriter 550. Got the following error (I've hidden my username with "hiddenusername"):
Found one Dymo device: <DEVICE ID 0922:0028 on Bus 003 Address 010> manufacturer: DYMO product: DYMO LabelWriter 550 serial: 04216007483201 configurations:
- <CONFIGURATION 1: 4 mA>
interfaces:
- <INTERFACE 0: Printer>
Unrecognized device: 0x28. WARNING: This device is not confirmed to work with this software. Please report your experiences in https://github.com/computerlyrik/dymoprint/issues/44
Active device configuration already found.
Opened printer interface: <INTERFACE 0: Printer>
Printing label..
Traceback (most recent call last):
File "/home/[hiddenusername]/.local/bin/dymoprint", line 8, in
Thanks a lot @oyvindremme for the report!
Looking at the stack trace and debug output, the printer is recognized and we can send data to the printer, but it's not answering. I'm not sure why. Maybe the protocol is different.
Having a different protocol wouldn't be surprising, because the 550 seems to be for printing mailing labels, while the LabelManager PnP prints on much smaller labels.
On the other hand, the 450 seems to be very similar to the 550, and there's a technical menu suggesting that the protocols are the same.
In order to move forward with the 550, someone (possibly you, if you're up for it) needs to put in the time, possibly with a USB sniffer, to figure out how to make it print.
Hey!
I'd be glad to help out with this :)
Tell me what to do, and I'll do so!
Great! I can't really give you that much guidance, but you just need to figure out which commands to send to the printer in order to print something. So you could start looking at both the dymoprint source code and the reference manual for the 450 (linked above).