User Profile

Collapse

Profile Sidebar

Collapse
ThaSaltyDawg
ThaSaltyDawg
Last Activity: Dec 3 '09, 08:07 PM
Joined: Oct 1 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I will check on that, thanks...
    See more | Go to post

    Leave a comment:


  • That's what I was recently told, but I am not sure what they did. Not sure if the admin understand what I am trying to do. I know that in the device manager it shows up but according to the admin when she try to install it by using the add printer in windows she can't. Though I am not sure if that is the way I need to do it anyway. I have one installed on my own PC (that I code on) so that I can test it and can't get it to print the way I need it....
    See more | Go to post

    Leave a comment:


  • Thanks for the response,
    Yes I can install the printers by disc but I do not get the same results when sending the ELP commands. It prints as plain text. That another thing I am looking into to. They had issues installing both of them on the same computer because both printers are the same. They both show up as separate plug and play devices but they do not show up separate attached computers. I guessing this will force me to print direct...
    See more | Go to post

    Leave a comment:


  • If can get one thing answered i think I may be able to start form there.

    For my serial ports I have:

    Code:
            public SerialPort ComPort1 = new SerialPort("COM1", 9600, Parity.None, 8, StopBits.One);
            public SerialPort ComPort2 = new SerialPort("COM2", 9600, Parity.None, 8, StopBits.One);
    Is there an equivalent to this for the USB Port?
    See more | Go to post

    Leave a comment:


  • Thanks for your quick response. First time on the site and I enjoy it already because I hate posting on sites and a question not just goes unanswered but viewed for days. I was happy to see you respond to atleast tell me that it was being looked. I am a member at another paid site that I will remain nameless, "Ex...." and have this same question unviewed.

    And I apologize if for breaking the posting guidelines just thought...
    See more | Go to post

    Leave a comment:


  • apologize for the long lines of code but i am desperate for help here, thanks!
    See more | Go to post

    Leave a comment:


  • Here is a Class I created to handle the Printing so Far:

    Code:
    using System;
    using System.Drawing;
    using System.Drawing.Printing;
    using System.IO;
    using System.IO.Ports;
    using System.Collections;
    using System.ComponentModel;
    using System.Windows.Forms;
    using System.Data;
    using System.Drawing.Text;
    using System.Drawing.Design;
    using System.Drawing.Imaging;
    ...
    See more | Go to post

    Leave a comment:


  • Print to USB Thermal Printer (brand Zebra 3842)

    I have an application that prints to a Thermal Printer..These are the older printers (brand Zebra 3742) and uses the Serial Com Port 1 & 2. I have that working. We now have two new printers (brand Zebra 3842) but are USB. Now I have to write code to print to these USB printers but not sure where to start.

    Using the system printing functions won't due because I had trouble sending the ELP Commands this way. I am still looking into...
    See more | Go to post
No activity results to display
Show More
Working...