• RE: How do I program a prefix on my ARM 32-bit Cortex V3.10?

    If you're talking about a bar-code scanner, you should know that ARM does not make bar-code scanners.

    Someone, somewhere made a bar-code scanner and put the "ARM" name on it, but you will have to find out which company actually made this thing.…

  • RE: Barcode

    So it is a raw data output from the bar code scanner.

    Get a new scanner. Unless you are bar code producer, processing raw data from the sensor is not your core busines.

    It takes quite a lot of time to process. And there are huge number of bar codes…

  • 8051 micro (database), coding in C++

    Hey everyone

    Im a student doing a small barcode project that scans items with MSH119 barcoe scanner and integrates with C and the 8051 to produce a list display of price and totals of the list
    Im looking for a bit of help on where to get started with…

  • Sample code for using both USB ports as Host in LPC 2468 Simultaneously

    I am Using LPC2468 Micro-controller in my Electronic cash Register.Now I am only able to connect a single USB device with the ECR machine at a time,i.e I can connect either a USB Printer or a USB bar-code Scanner to the machine at one Time.But As there…

  • RE: Barcode

    Is this a high-volume project?

    If not, I would recommend that you switch to a different bar code pen. If the pen is just an optical scanner, you must decide what bar code types to support, auto-adapt varying baud rate depending on scan speed, evaluate…

  • Converting USB Mass Storage Class Code into USB Hid class on LPC2468

    I am Using LPC2468 USB Host for Mass storage purpose,i have used the UsbHostLite code for this. Now I want to Interface an HID Bar-code Scanner with 2468.As to initialize a Mass storage device we use these three Parameters blkSize, numBlks and inqui…

  • RE: can code go into eeprom

    With a barcode scanner...?!

  • Using both USB Ports as host in LPC2468

    We are Using LPC2468 in our Electronic cash register.Currently we are using USB port1 for the role of host and USB port2 for the role of Device. Now we want to use both USB ports as host simultaneously.so that we can attach a USB bar-code scanner at…

  • I would like to disable the transmision of check digit for MSI barcodes with the ARM 32-bit cortex scanner!

    I have just bought this barcode scanner.

    After enabling MSI code reading, the scan always transmits one digit that is not part of the code.
    For example the codebar is  2719219 but the scan will transmit 27192194 

    How can I make the scanner ignore this last…