DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 11 of 11
  1. #1
    Paula Guest

    Detecting a keyboard wedge input


    I am wondering if this is possible:
    I want my users to have to scan their badge to enter my application. I am
    using a keyboard wedge. I need to detect that the input is coming from the
    wedge and not the actual keyboard. Does anyone know if this is possible?


  2. #2
    Jonathan Wood Guest

    Re: Detecting a keyboard wedge input

    I don't believe it is. I thought the whole point of a wedge was to enter
    keystrokes that the software can't tell is not coming from the keyboard.

    --
    Jonathan Wood
    SoftCircuits Programming
    http://www.softcircuits.com
    "Paula" <plabbe@barnesaero.com> wrote in message
    news:3ae443f2$1@news.devx.com...
    >
    > I am wondering if this is possible:
    > I want my users to have to scan their badge to enter my application. I am
    > using a keyboard wedge. I need to detect that the input is coming from the
    > wedge and not the actual keyboard. Does anyone know if this is possible?
    >




  3. #3
    Jonathan Wood Guest

    Re: Detecting a keyboard wedge input

    I don't believe it is. I thought the whole point of a wedge was to enter
    keystrokes that the software can't tell is not coming from the keyboard.

    --
    Jonathan Wood
    SoftCircuits Programming
    http://www.softcircuits.com
    "Paula" <plabbe@barnesaero.com> wrote in message
    news:3ae443f2$1@news.devx.com...
    >
    > I am wondering if this is possible:
    > I want my users to have to scan their badge to enter my application. I am
    > using a keyboard wedge. I need to detect that the input is coming from the
    > wedge and not the actual keyboard. Does anyone know if this is possible?
    >




  4. #4
    Dean Earley Guest

    Re: Detecting a keyboard wedge input

    Normally, they can be configured to send a character string before and after the code.

    --
    Dean Earley (dean.earley@icode.co.uk)
    Assistant Developer

    iCode Systems
    "Jonathan Wood" <jwood@softcircuits.com> wrote in message news:3ae45b3a@news.devx.com...
    > I don't believe it is. I thought the whole point of a wedge was to enter
    > keystrokes that the software can't tell is not coming from the keyboard.
    >
    > --
    > Jonathan Wood
    > SoftCircuits Programming
    > http://www.softcircuits.com
    > "Paula" <plabbe@barnesaero.com> wrote in message
    > news:3ae443f2$1@news.devx.com...
    > >
    > > I am wondering if this is possible:
    > > I want my users to have to scan their badge to enter my application. I am
    > > using a keyboard wedge. I need to detect that the input is coming from the
    > > wedge and not the actual keyboard. Does anyone know if this is possible?
    > >

    >
    >




  5. #5
    Dean Earley Guest

    Re: Detecting a keyboard wedge input

    Normally, they can be configured to send a character string before and after the code.

    --
    Dean Earley (dean.earley@icode.co.uk)
    Assistant Developer

    iCode Systems
    "Jonathan Wood" <jwood@softcircuits.com> wrote in message news:3ae45b3a@news.devx.com...
    > I don't believe it is. I thought the whole point of a wedge was to enter
    > keystrokes that the software can't tell is not coming from the keyboard.
    >
    > --
    > Jonathan Wood
    > SoftCircuits Programming
    > http://www.softcircuits.com
    > "Paula" <plabbe@barnesaero.com> wrote in message
    > news:3ae443f2$1@news.devx.com...
    > >
    > > I am wondering if this is possible:
    > > I want my users to have to scan their badge to enter my application. I am
    > > using a keyboard wedge. I need to detect that the input is coming from the
    > > wedge and not the actual keyboard. Does anyone know if this is possible?
    > >

    >
    >




  6. #6
    Dick Grier Guest

    Re: Detecting a keyboard wedge input

    Hi,

    Perhaps, though there is no fool-proof way (IMO). This capability depends
    on the barcode scanner hardware, and even then...

    For heavy-duty applications, I prefer a barcode scanner that connects to the
    PC serial port. These cost a little more than ones that use a wedge.
    However, there is no confusion with actual keystrokes, and they will work
    regardless of where the user has placed focus. I have an example for this
    in my book (see below).

    --
    Richard Grier (Microsoft Visual Basic MVP)
    Hard & Software
    12962 West Louisiana Avenue
    Lakewood, CO 80228
    303-986-2179 (voice)
    303-986-3143 (fax)
    Author of Visual Basic Programmer's Guide to Serial Communications, 2nd
    Edition ISBN 1-890422-25-8 (355 pages).
    For information look on my homepage at http://www.hardandsoftware.net.
    Use the Books link to order. For faster service contact the publisher at
    http://www.mabry.com/vbpgser.





  7. #7
    Dick Grier Guest

    Re: Detecting a keyboard wedge input

    Hi,

    Perhaps, though there is no fool-proof way (IMO). This capability depends
    on the barcode scanner hardware, and even then...

    For heavy-duty applications, I prefer a barcode scanner that connects to the
    PC serial port. These cost a little more than ones that use a wedge.
    However, there is no confusion with actual keystrokes, and they will work
    regardless of where the user has placed focus. I have an example for this
    in my book (see below).

    --
    Richard Grier (Microsoft Visual Basic MVP)
    Hard & Software
    12962 West Louisiana Avenue
    Lakewood, CO 80228
    303-986-2179 (voice)
    303-986-3143 (fax)
    Author of Visual Basic Programmer's Guide to Serial Communications, 2nd
    Edition ISBN 1-890422-25-8 (355 pages).
    For information look on my homepage at http://www.hardandsoftware.net.
    Use the Books link to order. For faster service contact the publisher at
    http://www.mabry.com/vbpgser.





  8. #8
    Paula Guest

    Re: Detecting a keyboard wedge input


    Thank you! Yes, I was able to configure the scanner to attach a character
    to the output.

    "Dean Earley" <dean.earley@icode.co.uk> wrote:
    >Normally, they can be configured to send a character string before and after

    the code.
    >
    >--
    >Dean Earley (dean.earley@icode.co.uk)
    >Assistant Developer
    >
    >iCode Systems
    >"Jonathan Wood" <jwood@softcircuits.com> wrote in message news:3ae45b3a@news.devx.com...
    >> I don't believe it is. I thought the whole point of a wedge was to enter
    >> keystrokes that the software can't tell is not coming from the keyboard.
    >>
    >> --
    >> Jonathan Wood
    >> SoftCircuits Programming
    >> http://www.softcircuits.com
    >> "Paula" <plabbe@barnesaero.com> wrote in message
    >> news:3ae443f2$1@news.devx.com...
    >> >
    >> > I am wondering if this is possible:
    >> > I want my users to have to scan their badge to enter my application.

    I am
    >> > using a keyboard wedge. I need to detect that the input is coming from

    the
    >> > wedge and not the actual keyboard. Does anyone know if this is possible?
    >> >

    >>
    >>

    >
    >



  9. #9
    Paula Guest

    Re: Detecting a keyboard wedge input


    Thank you! Yes, I was able to configure the scanner to attach a character
    to the output.

    "Dean Earley" <dean.earley@icode.co.uk> wrote:
    >Normally, they can be configured to send a character string before and after

    the code.
    >
    >--
    >Dean Earley (dean.earley@icode.co.uk)
    >Assistant Developer
    >
    >iCode Systems
    >"Jonathan Wood" <jwood@softcircuits.com> wrote in message news:3ae45b3a@news.devx.com...
    >> I don't believe it is. I thought the whole point of a wedge was to enter
    >> keystrokes that the software can't tell is not coming from the keyboard.
    >>
    >> --
    >> Jonathan Wood
    >> SoftCircuits Programming
    >> http://www.softcircuits.com
    >> "Paula" <plabbe@barnesaero.com> wrote in message
    >> news:3ae443f2$1@news.devx.com...
    >> >
    >> > I am wondering if this is possible:
    >> > I want my users to have to scan their badge to enter my application.

    I am
    >> > using a keyboard wedge. I need to detect that the input is coming from

    the
    >> > wedge and not the actual keyboard. Does anyone know if this is possible?
    >> >

    >>
    >>

    >
    >



  10. #10
    Dean Earley Guest

    Re: Detecting a keyboard wedge input

    Glad I could help

    --
    Dean Earley (dean.earley@icode.co.uk)
    Assistant Developer

    iCode Systems
    "Paula" <plabbe@barnesaero.com> wrote in message news:3aed5004$1@news.devx.com...
    >
    > Thank you! Yes, I was able to configure the scanner to attach a character
    > to the output.
    >
    > "Dean Earley" <dean.earley@icode.co.uk> wrote:
    > >Normally, they can be configured to send a character string before and after

    > the code.
    > >
    > >--
    > >Dean Earley (dean.earley@icode.co.uk)
    > >Assistant Developer
    > >
    > >iCode Systems
    > >"Jonathan Wood" <jwood@softcircuits.com> wrote in message news:3ae45b3a@news.devx.com...
    > >> I don't believe it is. I thought the whole point of a wedge was to enter
    > >> keystrokes that the software can't tell is not coming from the keyboard.
    > >>
    > >> --
    > >> Jonathan Wood
    > >> SoftCircuits Programming
    > >> http://www.softcircuits.com
    > >> "Paula" <plabbe@barnesaero.com> wrote in message
    > >> news:3ae443f2$1@news.devx.com...
    > >> >
    > >> > I am wondering if this is possible:
    > >> > I want my users to have to scan their badge to enter my application.

    > I am
    > >> > using a keyboard wedge. I need to detect that the input is coming from

    > the
    > >> > wedge and not the actual keyboard. Does anyone know if this is possible?
    > >> >
    > >>
    > >>

    > >
    > >

    >




  11. #11
    Dean Earley Guest

    Re: Detecting a keyboard wedge input

    Glad I could help

    --
    Dean Earley (dean.earley@icode.co.uk)
    Assistant Developer

    iCode Systems
    "Paula" <plabbe@barnesaero.com> wrote in message news:3aed5004$1@news.devx.com...
    >
    > Thank you! Yes, I was able to configure the scanner to attach a character
    > to the output.
    >
    > "Dean Earley" <dean.earley@icode.co.uk> wrote:
    > >Normally, they can be configured to send a character string before and after

    > the code.
    > >
    > >--
    > >Dean Earley (dean.earley@icode.co.uk)
    > >Assistant Developer
    > >
    > >iCode Systems
    > >"Jonathan Wood" <jwood@softcircuits.com> wrote in message news:3ae45b3a@news.devx.com...
    > >> I don't believe it is. I thought the whole point of a wedge was to enter
    > >> keystrokes that the software can't tell is not coming from the keyboard.
    > >>
    > >> --
    > >> Jonathan Wood
    > >> SoftCircuits Programming
    > >> http://www.softcircuits.com
    > >> "Paula" <plabbe@barnesaero.com> wrote in message
    > >> news:3ae443f2$1@news.devx.com...
    > >> >
    > >> > I am wondering if this is possible:
    > >> > I want my users to have to scan their badge to enter my application.

    > I am
    > >> > using a keyboard wedge. I need to detect that the input is coming from

    > the
    > >> > wedge and not the actual keyboard. Does anyone know if this is possible?
    > >> >
    > >>
    > >>

    > >
    > >

    >




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links