Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. grotongroup

    Acer A1/Android 4.2.2 with ScanFob Bluetooth barcode scanner

    Hi; We're trying to utilize a ScanFob bluetooth barcode scanner with an Acer-A1(810) tablet/Android 4.2.2. It will pair, but we can not get the keyboard to activate with the scanner. Does anyone have experience with this or offer suggestions. Trying to roll-out a mobileApp inventory solution...
  2. grotongroup

    PDT6800 window size 1440 vs 2880

    We have hundreds of Symbol PDT6846 barcode guns and find that they can assign either a window of 1440 or 2880 at boot-up time. 1440 causes significant slowdowns, 2880 is much better. How can this be assigned to have a window of 2880 consistantly. Thanks GrotonGroup :)
  3. grotongroup

    Nagles Algorythm

    Hi, Thanks for the response. We have prioritized our QOS on the MPLS and for the most part, that is under control. The wireless bar code guns appear to be the major issue with latency and one of our senior network IT specialists discovered the Nagle's alogrythm issue. It makes sense with how...
  4. grotongroup

    Nagles Algorythm

    We are investigating packet latency RE: Nagles algorythm. Running HP-UX 11.31, over 50 remote locations via MPLS and supporting RF barcode applications in these sites. Latency has been an issue especially with the barcode guns. Running telnet (port 23) for the guns. Hoping someone can share...
  5. grotongroup

    Changing PCL fonts

    I'm trying to change the font in a document. I have tried changing the symbol set first Ec(10U then changing the typeface Ec(s16602T but I appear to be getting only the defaults. I'd like to print Arial or Lineprinter. Thanks, GrotonGroup
  6. grotongroup

    Sample/Information for PCL or PJL line/box drawing (HP Laserjet)

    Gentlemen; The information in this last post was excellent. I have been able to take the examples and info, make the modifications and add the logic needed to fullfil the project requirements. Thank you, GrotonGroup
  7. grotongroup

    Sample/Information for PCL or PJL line/box drawing (HP Laserjet)

    Thanks again, much info to absorb :) Grotongroup
  8. grotongroup

    Sample/Information for PCL or PJL line/box drawing (HP Laserjet)

    Thank you both !! I will try this code... Grotongroup
  9. grotongroup

    Sample/Information for PCL or PJL line/box drawing (HP Laserjet)

    Gentlemen; Thank you. I'm an old time coder and have most of the HP Laserjet font,orientation,style functionality under control. The graphics have been more than challenging. This project runs on an HP-UX box using a former IBM PostRelational Database (UniVerse). The programming language is...
  10. grotongroup

    Sample/Information for PCL or PJL line/box drawing (HP Laserjet)

    Jim; This is the captured output file: I have not set margins, length or spacing. Just using the defaults. E &l1O Landscape Mode &l5.45C *p0x370Y *c750a300b0P *p+1075X *c750a300b0P *p+950X *c750a300b0P *p5x375Y *c745a290b1P *p+1080X *c740a290b1P *p+950X *c740a290b1P *p0x2750Y...
  11. grotongroup

    Sample/Information for PCL or PJL line/box drawing (HP Laserjet)

    Desired Result -------------------- ------------------ ---------------- | | | | | | | | | | | | | | | | | | --------------------...
  12. grotongroup

    Sample/Information for PCL or PJL line/box drawing (HP Laserjet)

    Output as requested: I have the three boxes printing. 0001: ^027E 0002: ^027&l1O 0003: Landscape Mode 0004: ^027&l5.45C 0005: ^027*p0x370Y 0006: ^027*c750a300b0P^027*p+1075X^027*c750a300b0P^027*p+950X^027*c750a300b0P 0007: ^027*p5x375Y 0008...
  13. grotongroup

    Sample/Information for PCL or PJL line/box drawing (HP Laserjet)

    Jim; I'd like to draw three(3) vertical lines below the boxes that you indicated. They will be printed in landscape mode at coordinates 0,2750 / 0,2125 / 0,275 I appear to be getting a top-of-form and change back to portrait. Suggestions. Here's the latest code: 0010: printer on 0011...
  14. grotongroup

    Sample/Information for PCL or PJL line/box drawing (HP Laserjet)

    Jim; Thank you... Definite progress is being made. I'll be tweaking it now. Thanks for your assistance. GrotonGroup
  15. grotongroup

    Sample/Information for PCL or PJL line/box drawing (HP Laserjet)

    Thanks for the info, but my end of line = char(10). Currently, the boxes print the correct sizes but the run down the left vertical side, not three(3) across on the horizontal plane. My first one starts at 0,350 then next box should be to the right of the first one and then the last box to...
  16. grotongroup

    Sample/Information for PCL or PJL line/box drawing (HP Laserjet)

    Jim; I'm still struggling with this. The goal is to layout 3 rectagles on the 'X' axis and then print data in each of the rectangles. Each rectangle size is 750x300 with a 300 unit space between each rectangle (2 spaces) I can print the separate rectangles vertically, but I lose positioning with...
  17. grotongroup

    Sample/Information for PCL or PJL line/box drawing (HP Laserjet)

    Jim; The result is a black box. Here's my test code: 0009: printer on 0010: print hp.esc:char(69):hp.eol ; * Reset 0011: print hp.landscape.mode:hp.eol 0012: print hp.default.page:hp.eol 0013: print hp.esc:"*p500x500Y":hp.eol 0014: print hp.esc:"*c600a500b0P":hp.eol 0015: print...
  18. grotongroup

    Sample/Information for PCL or PJL line/box drawing (HP Laserjet)

    Hi Jlasman; Using the latest code provided I just get the black box. It does not produce the white area revealing only the border. Thanks,
  19. grotongroup

    Sample/Information for PCL or PJL line/box drawing (HP Laserjet)

    Hi Jlasman; Here's the output captured (ignore the line numbers): 0001: 0002: 0003: 0004: ^027E 0005: 0006: ^027&l1O 0007: 0008: ^027&l5.45C 0009: 0010: ^027*c600a5b0P 0011: ^027*c5a500b0P 0012: ^027*p+600x+500Y 0013: ^027*c-5a-500b0P 0014: ^027*c-600a-5b0P 0015: ^027*p-600x-500Y 0016: ^027E...
  20. grotongroup

    Sample/Information for PCL or PJL line/box drawing (HP Laserjet)

    Hi Jlasman; Thanks for the info.. I entered the info as presented but the result gave me a horizontal line and a left vertical line, then another lower horizontal line (with a few <lf> and another left vertical line. This is the problem that I have been encountering. It doesn't seem to be...

Part and Inventory Search

Back
Top