Sponsored Content
Full Discussion: loading barcodes
The Lounge What is on Your Mind? loading barcodes Post 302598180 by Albright Weldin on Monday 13th of February 2012 04:40:32 PM
Old 02-13-2012
Thank you for those responses:
I'm using OP2001 and windows 7. I have a POSX manual scanner that plugs into a USB port. I'm scanning parts so that when we receive them in they can be easily added to inventory with quantities etc.. This will also be used at point of sale, much like at a grocery store. The part numbers already exist in our system with a price file and matching UPC codes, however I cannot get UNIX to recognize the scan, it simply loads the digits attached to the bar code most are Code39 bar codes... Is it a configuration issue?
 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

how to print barcodes?

Hello All, I need to print barcodes on reports being generated/printed on a Unix server. I think I can do this using a combination of PCL and TrueType fonts, but I'm not exactly sure how. Can anyone point me in the right direction? Any help would be appreciated... (3 Replies)
Discussion started by: gdrumb
3 Replies

2. UNIX for Dummies Questions & Answers

Loading up Solaris OS

can someone point me to a good site that shows how to do this? i'm talking about loading solaris version 8 or 9. and i mean loadin it in real time, not on my personal pc. this is in regards to disaster recovery. any help is appreciated. (1 Reply)
Discussion started by: TRUEST
1 Replies

3. Programming

CPU Loading

How can I measure CPU loading (like performance monitor in Windows OS). I use Solaris but I would like to write portable code. Besides, I have to write programm to load CPU with known percent. How can I use CPU in 30% for example. Thanks for any ideas. (6 Replies)
Discussion started by: serge
6 Replies

4. UNIX for Dummies Questions & Answers

TCP/IP Not Entirely Loading

When our SCO UNIXWARE 7.4 System starts up we receive the following log indicating that its not loading successfully. I have pasted the txt file for review. Can someone please help? UX:S69inet: INFO: The following commands ran from /etc/init.d/inetinits This command will link the TCP/IP... (0 Replies)
Discussion started by: Yorgy
0 Replies

5. Shell Programming and Scripting

Function loading in a shell scripting like class loading in java

Like class loader in java, can we make a function loader in shell script, for this can someone throw some light on how internally bash runs a shell script , what happenes in runtime ... thanks in advance.. (1 Reply)
Discussion started by: mpsc_sela
1 Replies

6. AIX

loading subsets

In aix 5.2, we are trying to update with the latest subsets for "bos.adt.debug package". the subset version we have is 33 and the latest available is 95. Would like to know whether i need to load all the versions from 34 to 95 or can i load the latest version directly? (1 Reply)
Discussion started by: mjdarm
1 Replies

7. Debian

GNU Barcodes

I wish to be able to print a barcode .5 inches from top of the page and centered. I generate the barcode - yes 12345 | head -84 | barcode -p 5x5.0cm -umm -e CODE39 > test.ps; and print - lpr -o media=letter -#1 -P LJ1012 /var/www/test.ps -o page-top=33 -o page-bottom=44 -o... (1 Reply)
Discussion started by: Meow613
1 Replies

8. UNIX for Dummies Questions & Answers

When loading Linux "loading please wait.." then nothing?

Hi everyone, I have a problem but I have never installed a separate OS before so my lingo and understanding may not be as good as some of you. I will try and explain my problem best I can. I am trying to instead of loading Windows 7 when my computer starts up, for it to start linux specifically... (2 Replies)
Discussion started by: markhow30
2 Replies
ZBar::Processor(3pm)					User Contributed Perl Documentation				      ZBar::Processor(3pm)

NAME
Barcode::ZBar::Processor - self-contained bar code reader SYNOPSIS
setup: use Barcode::ZBar; my $reader = Barcode::ZBar::Processor->new(); $reader->init("/dev/video1", 1); $reader->parse_config('code39.disable'); $reader->set_data_handler(&my_handler); scan an image: $reader->process_image($image); scan from video: $reader->set_visible(); $reader->set_active(); $reader->user_wait(); DESCRIPTION
A Barcode::ZBar::Processor may be used to quickly create stand-alone bar code scanning applications. It has interfaces to scan images or video and to optionally display a video/image preview to a window. This interface is not well suited for integration with an existing GUI, as the library manages the optional preview window and any user interaction. Use a Barcode::ZBar::ImageScanner or Investigate the avilable widget interfaces for GUI applications. REFERENCE
Methods new() Create a new bar code reader instance. init([video_device], [enable_display]) Open a video input device and/or prepare to display output. set_data_handler([handler], [closure]) Setup a callback to process results whenever new results are available from the video stream or a static image. The specified callable will be invoked with the associated Barcode::ZBar::Processor object and closure as arguments. Closure may be achieved either using standard Perl closure or by manually passing a scalar via closure. is_visible() set_visible([visible]) Test/set visibility of the output window. set_active([active]) Enable/disable video streaming and scanning for bar codes. get_results() Return a list of Barcode::ZBar::Symbol results from the last scanned image or video frame. user_wait([timeout]) Wait for the user to press a key/button or close the window. Bar codes will continue to be processed if video is active. process_one([timeout]) Enable video and scan until at least one barcode is found. Note that multiple results may still be returned. process_image([image]) Scan a Barcode::ZBar::Image for bar codes. parse_config(configstr) Apply a decoder configuration setting. See the documentation for "zbarcam"/"zbarimg" for available configuration options. request_size(width, height) Request a preferred size for the video image from the device. The request may be adjusted or completely ignored by the driver. Must be called before "init()" SEE ALSO
Barcode::ZBar, Barcode::ZBar::Image, Barcode::ZBar::ImageScanner zbarimg(1), zbarcam(1) http://zbar.sf.net AUTHOR
Jeff Brown, <spadix@users.sourceforge.net> COPYRIGHT AND LICENSE
Copyright 2008-2009 (c) Jeff Brown <spadix@users.sourceforge.net> The ZBar Bar Code Reader is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. perl v5.14.2 2009-10-23 ZBar::Processor(3pm)
All times are GMT -4. The time now is 01:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy