pic as ps/2 keyboard


Closed Thread
Results 1 to 26 of 26

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  2. #2
    T.Jackson's Avatar
    T.Jackson Guest


    Did you find this post helpful? Yes | No

    Smile Out of interest

    Out of interest - I wonder what the requirements would be to get a PC to boot with a PIC attached rather than the actual keyboard. Anyone done this?

  3. #3
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    mmm, i would probably suggest to record what's happen on the Keyboard Data line first.. or maybe there's a way to tell the BIOS to skip the Keyboard test... sure someone already done this before.

    MAybe it just need to see a logic level. I would guess of pull-up.
    Last edited by mister_e; - 15th May 2007 at 16:43.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  4. #4
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mister_e View Post
    mmm, i would probably suggest to record what's happen on the Keyboard Data line first.. or maybe there's a way to tell the BIOS to skip the Keyboard test... sure someone already done this before.
    Generally, if you select 'Quick Boot' (or whatever else it might be called), bypass some of the POST checks, in the BIOS, the PC won't check the keyboard except for watching for stuck keys. I just tried it on my new-ish Asus Mobo with a 945 chipset.

    Quick Boot disabled - No keyboard (USB or PS/2) - Failed, wouldn't continue booting.
    Quick Boot enabled - No keyboard - Passed.
    Quick Boot enabled - Keyboard, holding down space bar - Failed, but continued booting.

    EDIT: There's usually a couple of settings for 'Halt on Disk/Key errors' that can be turned on/off.
    Last edited by skimask; - 15th May 2007 at 16:47.

  5. #5
    T.Jackson's Avatar
    T.Jackson Guest


    Did you find this post helpful? Yes | No

    Default

    Could be a project of interest. I've read magazine articles suggesting some crude ways to get your PC to boot without a keyboard. One suggested method was to gut an old keyboard, grab the board out and cut everything off except the controller IC then whack it in a box. This never seemed very appealing, so I never attempted it.

  6. #6
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    mmm somewhere at the bottom of the page of this link
    http://www.computer-engineering.org/ps2keyboard/

    they say
    Initialization:

    The following is the communication between my computer and keyboard when it boots-up. I beleive the first three commands were initiated by the keyboad controller, the next command (which enables Num lock LED) was sent by the BIOS, then the rest of the commands were sent my the OS (Win98SE). Remember, these results are specific to my computer, but it should give you a general idea as to what happens at startup.

    Keyboard: AA Self-test passed ;Keyboard controller init
    Host: ED Set/Reset Status Indicators
    Keyboard: FA Acknowledge
    Host: 00 Turn off all LEDs
    Keyboard: FA Acknowledge
    Host: F2 Read ID
    Keyboard: FA Acknowledge
    Keyboard: AB First byte of ID
    Host: ED Set/Reset Status Indicators ;BIOS init
    Keyboard: FA Acknowledge
    Host: 02 Turn on Num Lock LED
    Keyboard: FA Acknowledge
    Host: F3 Set Typematic Rate/Delay ;Windows init
    Keyboard: FA Acknowledge
    Host: 20 500 ms / 30.0 reports/sec
    Keyboard: FA Acknowledge
    Host: F4 Enable
    Keyboard: FA Acknowledge
    Host: F3 Set Typematic Rate/delay
    Keyboard: FA Acknowledge
    Host: 00 250 ms / 30.0 reports/sec
    Keyboard: FA Acknowledge
    not sure if it's all true AND OR outdated.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. PS/2 keyboard emulation
    By CumQuaT in forum mel PIC BASIC Pro
    Replies: 8
    Last Post: - 25th September 2009, 04:32
  2. I've made keyboard with pic, but i have a problem.
    By XErTuX in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 8th November 2008, 00:40
  3. Pic to PC AT keyboard caracters
    By sezgin05 in forum General
    Replies: 5
    Last Post: - 27th March 2007, 10:45
  4. PS/2 mouse and keyboard
    By DanPBP in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 17th September 2006, 16:29
  5. Serial Pic to Pic using HSER
    By Chadhammer in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 11th March 2005, 23:14

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts