RE: Send codes via USB to printer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?T2xleGFuZHIgS3JhdmV0cw==?=

    RE: Send codes via USB to printer

    Harry,
    Did you find any examples?
    I just need to make similar functionality and don't know how to start ...
    Any help will be helpful.

    Thanks, Olexandr !


    "Harry Simpson" wrote:
    Right now I'm sending config code to a Zebra QL220+ printer via serial port
    successfully.
    >
    I now want to use the USB connection to send the same config codes. I'm
    using the Serial class to send the serial. How can I send text or codes to
    the printer via USB??
    >
    TIA
    >
    HArry Simpson
    >
    >
    >
  • JDS

    #2
    Re: Send codes via USB to printer

    On Apr 14, 10:35 pm, Olexandr Kravets
    <OlexandrKrav.. .@discussions.m icrosoft.comwro te:
    Harry,
    Did you find any examples?
    I just need to make similar functionality and  don't know how to start ....
    Any help will be helpful.
    >
    Thanks, Olexandr !
    >
    >
    >
    "Harry Simpson" wrote:
    Right now I'm sending config code to a Zebra QL220+ printer via serial port
    successfully.
    >
    I now want to use the USB connection to send the same config codes.  I'm
    using the Serial class to send the serial.  How can I send text or codes to
    the printer via USB??
    >
    TIA
    >
    HArry Simpson- Hide quoted text -
    >
    - Show quoted text -
    Does the USB device install as a com port? If so, you can write to it
    as if it were a standard serial port. I have seen this before on some
    USB devices and used them that way. Apologies if this is not the case
    here but worth having a look at as it would provide a simple solution.

    Comment

    • Harry Simpson

      #3
      Re: Send codes via USB to printer

      No help - it obviously can't be done.

      "Olexandr Kravets" <OlexandrKravet s@discussions.m icrosoft.comwro te in
      message news:7FDA3A88-6C53-4F45-B75C-9EE3E9F6D519@mi crosoft.com...
      Harry,
      Did you find any examples?
      I just need to make similar functionality and don't know how to start ...
      Any help will be helpful.
      >
      Thanks, Olexandr !
      >
      >
      "Harry Simpson" wrote:
      >
      >Right now I'm sending config code to a Zebra QL220+ printer via serial
      >port
      >successfully .
      >>
      >I now want to use the USB connection to send the same config codes. I'm
      >using the Serial class to send the serial. How can I send text or codes
      >to
      >the printer via USB??
      >>
      >TIA
      >>
      >HArry Simpson
      >>
      >>
      >>

      Comment

      Working...