Bar-code reader for "numbers"?

Hi there, is there a bar-code Reader that works with "numbers"? I would like to scan products for price comparison while I'm shopping for my business. 

If the bar-code reader can be recognized as an auxiliary keyboard input, as I believe most can, and if it issues a return character after each scan is transmitted, it will create a column of readings in a Numbers table.
I don't think it needs to do anything special to work with Numbers, unless you have some higher expectations beyond creating a column of data.
Jerry

Similar Messages

  • Bar code reader problem

    when i try to install "bar code reader" in my nokia n73;
    i got
    'Unable to install - component is built in'
    plz help........

    I had this on my own N73 too. As did SO many people.
    As far as i am aware there is no fix for this.
    I think they scrapped it as a project for the N73 and have re-launched it on the N95 and it works on there.
    My posts are my opinion and in no way the direct views of Nokia.
    If my posts are helpful, please give me some KUDOS using the green star on the left.

  • Bar code reading

    Hi All,
    In production we are using the Bar code reader before consume the components for production of assembly.
    while the time of assembly backflusing, the component get GI (consumped asper sap)
    but our client need that while do the scanning of the bar code of the components by Bar code reader, system need to do the GI.
    component backflush. so how we can use the bar code reader to do backflush automatically.

    Hi Raj,
    write a program to use MIGO by providing data read by BAR code reader.
    what kind of scanner you are using......?
    If the scanner is one of the non-programmable types.
    Write a small VB or C program that has just the required fields on the screen. Use the scanner to populate those fields and when the last field has been scanned, either the program itself automatically calls the relevant BAPI or the user clicks an 'OK' button which then calls the relevant BAPI.
    In either case the return from the BAPI should be displayed so the user knows whether to rescan or continue with the next goods movement.
    one more things , is this post is extended issue of your post for peridocal backflush or its different issue.....?
    if its extended one, please close the earlier one.
    Check it out and revert back.
    Regards
    Ritesh

  • How to developed QR and bar code reader app with Win8 tablet?

    I want to know the best approach of developing QR and bar code reader app with Win8 tablet? 
    Please suggest any third party or native c# which could be help for me.
    shishir

    Hello,
    This forum is for discussions and questions regarding profiles and Microsoft's recognition system on the MSDN and TechNet sites. It is not for products/technologies.
    As it's off-topic here, I am moving the question to the
    Where is the forum for... forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Can i attach a Bar code reader

    hello to every one
    can any one tell me how to attach a Bar Code reader with e-business suit special edition version 11.5.9 for inventory coding purpose....
    regards
    asad javaid

    You need a special hardware component for your printer (e.g. Jetmobile BarDIMM).
    Or a software called "barcode.dll" if you want to print on any printer without hardware extension in combination with SAPlpd (for printing barcodes with SAPscript).
    In SmartForms some barcode types can be printed without any additional hardware or software (OSS 430887).
    Stephan

  • How to read card reader (bar code reader) in simple java program ?

    hai all
    how to manipulate (read/write) card readers (or bar code reader ) in
    a java program ?
    should i import any particular package library ?
    pls give me any sample code or tutorials or tools, etc (whatever you have) .
    i am new to this card reader category
    its very urgent
    thank you .

    Nearly all card readers and barcode readers I've ever seen simply stick their input right onto stdin, so you can capture it just as if it had been typed in on a keyboard

  • QR Code reader for 5230 ?

    Hi,
    Where can I find a QR code reader for my Nokia 5230 that I can install via OVI suite (so a .sis file I can download)?
    regards,
    Wim

    here you should find what you need
    http://mobilecodes.nokia.com/scan.htm
    bye!

  • Bar Code Reading in ABAP, through handheld scanner or say Barcode Reader

    HI,
    I want to scan the bar code label through the bar code reader, and get the bar code
    no in sap abap.
    Please let me know what settings and coding needs to be done to get the bar code
    no that is scanned.
    PLease let me know how i should go about it

    Hi Niranjan,
    There are a couple of third-party tools which can directly read the data from the barcode and you can use it in the ABAP program.
    Alternatively create a dialog screen. USe the barcode scanner and get the data as an input parameter and based on the input parameter do what ever validation you require and then based on the output of the validation trigger your relevant processing.
    Cheers
    VJ

  • Bar Code Scanning for Windows Phone 8.1

    Hi,
    I need to find proper way how to scan bar codes in Windows Phone 8.1 or in universal app. I found out that there is native class BarcodeScanner available only for client apps and not for WP. I also find 3rd party library zxing.net, which is not working very
    well on WP 8.1. I have done really deep research, but I have not found any single working solution for WP 8.1, so I would like to ask for your help in finding of library with which I will be able to scan barcodes on WP 8.1.
    Thank you.

    If you don't need a universal App you could build a Silverlight 8.1 App and use the old Camera APIs which work nicely with ZXing.Net. I have done so myself.
    As for Windows 8 and Universal Apps - you would have to implement a CustomSink for the Video Stream, extract Frames from there and pipe those though a recognition library. So far there seems to be no ready made solution that offers this.
    So right now using the old APIs would be my suggestion.

  • Integration with Weighment scale and Bar Code reader

    Our users requires that the PO Receiving / Issuance / Movements should be done using the Bar Codes (Item Code) and the Weighment bridge (Quantity). Have anyone tried to interface ORACLE EBS standard form or developed Customized form within OAFramework to integrate these devices with Oracle Forms? Your suggestions and guidance would be highly appreciated.
    -- Ahmed

    Hi Gareth,
    Thanks for your response.
    The requirement is that when we receive the items we bring the item on the Weighment scale on a Trolley. The bar code is scanned to get the Item information. The weight from the weiging scale is populated in the GROSS Weight field. Then we have to unload the items from the Trolley and weigh the empty trolley to calculate the net weight (Gross wt - Empty Trolley wt = Net Weight). This net weight is then considered as the Quantity received.
    Hope this makes clear to you.
    Regards.

  • QR/Bar Code Reading API

    I was looking to try to create an app that would read a bar code or QR code etc. then use that information to do a database look up. Pretty simple really.
    I have been having trouble finding a tutorial about using the camera to read a bar code (or similar technology).  I figure that this has to be easy enough to do. 

    Hi,
    Here is a blog post for scanning QR code. See
    this for barcode scanning.
    Pradeep AJ

  • I need to pull data from a keyboard attached bar code reader, labview basic verison 8

    Does anyone know how to pull the data sent by a keyboard attached bar code scanner using labview basic, version 8?  I tried using the aquire input data function, however the data that it gives doesn't seem correct, and it also only seems to give one value out of the whole bar code.  Any suggestions?
    Thanks
    Mike

    You don't need anything more than a string control. A bar code scanner when used as a keyboard wedge, acts just like when you type something into the control with the keyboard. Make sure that the string control has focus and scan something.

  • QR code reader for Cedar j108i

    Pl. tell me where can I download QR code reader and Chinese/ English translator for Cedar j108i
    Thanks

    Here is the QR code reader I have to my phone and it works quite well by now. As for the translater, I assume Google always offer the good one.

  • Bar Code Reader?

    Does anyone have any information on using a barcode reader/scanner with LV
    5.0.1. It would be great to find a manufacturer taht has pre-written
    drivers. Any help would be greatly appreciated.
    Thanks
    Joe Messenger
    Electo-Mechanical Technician
    Cera-Mite Corporation
    [email protected]

    In article <7hsi16$gmc$[email protected]>,
    "Joe Messenger" wrote:
    > Does anyone have any information on using a barcode reader/scanner
    with LV
    > 5.0.1. It would be great to find a manufacturer taht has pre-written
    > drivers. Any help would be greatly appreciated.
    >
    > Thanks
    > Joe Messenger
    > Electo-Mechanical Technician
    > Cera-Mite Corporation
    > [email protected]
    >
    >
    Hi Joe,
    Your last advice was a good one using what is called a keyboard wedge
    unit will be a lot easier than having to worry about drivers...
    I work for a leading manufacture of barcode readers please check out
    our newest and best selling scanner
    http://www.game-genie.com/barcodes
    Need any help or assistance please email.
    Good Luck,
    DrCollector
    --== Sent via De
    ja.com http://www.deja.com/ ==--
    ---Share what you know. Learn what you don't.---

  • Bar code Printing for HU LABEL for RFID

    Hi Team ,
    It will be great help if anybody can suggest the steps i need to follow to create an HU barcode fr label printing.
    The labels will be used in Warehouse for scanning using RFID .
    Can anybody suggest me what is the use of Emulators in Label printing using Barcode.
    I came across a software called ZEBRA which will be used for Printing.
    Whether we need to use these sofwares in Barcode design also in smartforms or only while printing.
    Please give me some idea on this.
    Thanks & Regards,
    Murali Krishnan

    hi,
    Probably some driver files are missing for teh Zebra printer.
    Regards
    Subbu

Maybe you are looking for

  • How do I delete a credit card from my iTunes store account

    How do delete a credit card my iTunes account

  • S10e External display problem

    I connect  my Acer 22" to my lenovo via vga, and i have screen on acer for some second and then it disapear, what is the problem ????

  • 24" iMac good enough for graphic design?

    I'm looking into getting a Mac so I can work from home for the next few months (back surgery). I use the Adobe CS as well as other graphic related applications. While I know getting a Mac Pro would be the best option it's also a very expensive option

  • XML to deep/complex ABAP table

    Hello I can successfully transform an XML file into an internal table with a flat structure. But I would like to use an internal table with a deep/complex structure representing the relationship of some of data elements. Has anyone been able to trans

  • TEMP tablespace

    I see the TEMP tables space currently allocating 32GB and is 100% full. Can someone give me a quick explanation of what this is for and if I can delete all data from this or re-create it?