Sponsored Content
Full Discussion: loading barcodes
The Lounge What is on Your Mind? loading barcodes Post 302598175 by Albright Weldin on Monday 13th of February 2012 04:25:51 PM
Old 02-13-2012
loading barcodes

Does anyone know how I can upload a barcode into UNIX? I want to scan the product and load it into the UNIX system.
 

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
DMTXREAD(1)						      General Commands Manual						       DMTXREAD(1)

NAME
dmtxread - scan Data Matrix barcodes SYNOPSIS
dmtxread [options] [FILE]... DESCRIPTION
dmtxread searches the named input FILEs (or standard input if no files are named or the filename "-" is given) for ECC200 Data Matrix bar- codes, reads their contents, and writes the decoded messages to standard output. OPTIONS
-c, --codewords Only print the codewords extracted from a Data Matrix, and not the actual decoded message. -e, --minimum-edge=N Pixel length of smallest expected edge in image. -E, --maximum-edge=N Pixel length of largest expected edge in image. -g, --gap=N Use scan grid with gap of N pixels (or less) between lines. -l, --list-formats List the supported input image formats. -m, --milliseconds=N Stop scan after N milliseconds (per image). -n, --newline Print a newline character at the end of decoded data. -p, --page=N Only scan Nth page of images. -q, --square-deviation=N Maximum deviation (degrees) from squareness between adjacent barcode sides. Default value is N=40, but N=10 is recommended for flat applications like faxes and other scanned documents. Barcode regions found with corners <(90-N) or >(90+N) will be ignored by the decoder. -r, --resolution=N Decoding resolution in dots per inch (DPI). Only used for vectorial input images such as SVG, PDF, etc... This option accepts a sin- gle argument (eg: 300) as well as horizontal and vertical resolutions (eg: 300x150). The default resolution is 72dpi. -s, --symbol-size=[asr|RxC] Only consider barcodes of specific size or shape. a = All sizes [default] s = Only squares r = Only rectangles RxC = Exactly this many rows and columns (10x10, 8x18, etc...) -t, --threshold=N Set the minimum edge threshold as a percentage of maximum. For example, an edge between a pure white and pure black pixel would have an intensity of 100. Edges with intensities below the indicated threshold will be ignored by the decoding process. Lowering the threshold will increase the amount of work to be done, but may be necessary for low contrast or blurry images. -x, --x-range-min=N[%] Do not scan pixels to the left of pixel column N (or N%). -X, --x-range-max=N[%] Do not scan pixels to the right of pixel column N (or N%). -y, --y-range-min=N[%] Do not scan pixels above pixel row N (or N%). -Y, --y-range-max=N[%] Do not scan pixels below pixel row N (or N%). -C, --corrections-max=N Correct at most N errors per image (0 = correction disabled). -D, --diagnose Make copy of image with additional diagnostic data. -M, --mosaic (experimental) Interpret detected regions as Data Mosaic barcodes. -N, --stop-after=N Stop scanning after Nth barcode is returned. -P, --page-numbers Print each decoded message with its fax/tiff page number. -R, --corners Prefix the decoded message with the barcode's corner locations. -S, --shrink=N Internally shrink image by factor of N. Shrinking is accomplished by skipping N-1 pixels at a time, often producing significantly faster scan times. It also improves scan success rate for images taken with poor camera focus provided the image is sufficiently large. -U, --unicode Print Extended ASCII characters in UTF-8 Unicode. -v, --verbose Use verbose messages. -V, --version Print program version information. --help Display this help message and quit. STANDARDS
ISO/IEC 16022:2000 ANSI/AIM BC11 ISS DIAGNOSTICS
Exit status has following possible meanings: 0 At least one barcode was found and decoded 1 No barcodes were found >1 Error occurred that prevented command from executing normally BUGS
Email bug reports to mike@dragonflylogic.com AUTHOR
Copyright (C) 2008, 2009 Mike Laughton September 4, 2009 DMTXREAD(1)
All times are GMT -4. The time now is 03:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy