Does PHP show the compatibility with bar code reader hardware ?

Discussion in 'PHP' started by naveenmosaic, Apr 13, 2006.

  1. #1
    hi all ,


    I have to attached bar code reader hardware with one of my ERP software. and we are developing this software in PHP language , so kindly let me know how can we integrate our bar code reader hardware with PHP. problem is PHP is not showing the compatibility with such hardware , kindly let me know the solution .

    Naveen gupta
     
    naveenmosaic, Apr 13, 2006 IP
  2. Will.Spencer

    Will.Spencer NetBuilder

    Messages:
    14,789
    Likes Received:
    1,040
    Best Answers:
    0
    Trophy Points:
    375
    #2
    What sort of interface is your bar code reader using? Serial, parallel, USB, etc?

    Oh heck -- what is the make and model of your bar code reader?
     
    Will.Spencer, Apr 13, 2006 IP
  3. naveenmosaic

    naveenmosaic Banned

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    hi Spencer ,

    Thanks for your promt replies ,

    kindly find the bar code reader hardware .

    Symbol LS4008I (USB Interface)
    PSC QuickScan (USB Interface)

    please , let me know

    naveen
     
    naveenmosaic, Apr 13, 2006 IP
  4. Will.Spencer

    Will.Spencer NetBuilder

    Messages:
    14,789
    Likes Received:
    1,040
    Best Answers:
    0
    Trophy Points:
    375
    #4
    Will.Spencer, Apr 13, 2006 IP
  5. inerte

    inerte Peon

    Messages:
    78
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Is it one of those readers that connects between your machine and the keyboard? When you "read" something, it inputs the text? Like if you're typing?

    I had a similar situation and what I did, is have an onLoad on the <body> and focus() to an input, and when the input has X characters, the form is submitted.

    Not much interaction directly between PHP and the hardware, but it worked :)
     
    inerte, Apr 13, 2006 IP