Results 1 to 5 of 5
  1. #1
    Renaud Emont
    Guest

    Keystroke via FSUIPC & wide FS

    Hi everyone and happy new year !

    I began 2005 whith this interesting question :
    How to send keystroke via network to FS ? I use PM airbus set, FSUIPC and
    wide FS. Keystroke will be generated on a computer handling EPIC cards and
    FSCommunicator. I want FS2004 to received it on another computer(for IVAP
    squawck activation).
    How to ?

    Thanks.


  2. #2
    Peter Dowson
    Guest

    Keystroke via FSUIPC & wide FS

    On 1/1/2005 7:09:06 AM, Renaud Emont wrote:
    >Hi everyone and happy new year
    >!
    >
    >I began 2005 whith this
    >interesting question :
    >How to send keystroke via
    >network to FS ? I use PM
    >airbus set, FSUIPC and wide
    >FS. Keystroke will be
    >generated on a computer
    >handling EPIC cards and
    >FSCommunicator. I want FS2004
    >to received it on another
    >computer(for IVAP squawck
    >activation).
    >How to ?


    WideClient has a facility to send all keystrokes it receives to FS -- just
    one line in the WideClient.ini file is needed (check the Doc). However, for
    it to work, WideClient must have the focus.

    The only alternative I know of is to write detailed key message data to
    offsets 3200-320B. This actually produces the Windows KEY messages which affect
    FS.

    Regards,

    Pete


  3. #3
    Renaud Emont
    Guest

    Keystroke via FSUIPC & wide FS

    Thanks for the answer. I will use FSUIPC offset 3200. But I don't understand
    a word of how to do it ...
    3200 message (WM_KEYDOWN or WM_KEYUP)
    3204 wParam for the message
    3208 lParam for the message
    All 12 bytes must be written in one IPC write.
    What does this mean ?
    Can you explain me how to make a "C" keysent to FSUIPC ?


  4. #4
    Peter Dowson
    Guest

    Keystroke via FSUIPC & wide FS

    On 1/2/2005 4:21:15 AM, Renaud Emont wrote:
    >Thanks for the answer. I will
    >use FSUIPC offset 3200. But I
    >don't understand a word of how
    >to do it ...
    >3200 message (WM_KEYDOWN
    >or WM_KEYUP)
    >3204 wParam for the
    >message
    >3208 lParam for the
    >message
    >All 12 bytes must be written
    >in one IPC write.
    >What does this mean ?
    >Can you explain me how to make
    >a "C" keysent to FSUIPC ?


    What language are you programming this in? I can point you to the Microsoft
    C/C++ documentation for the WM_KEYDOWN and WM_KEYUP messages. I don't have
    any myself, it is all standard programming. Don't you have any references
    their for your language?

    Pete





  5. #5
    Renaud Emont
    Guest

    Keystroke via FSUIPC & wide FS

    I'm using FSCommunicator to talk to FSUIPC. My hardware is EPIC cards.

    I'd like to press a button in my system, make an EPL code (EPIC language)
    that send a nqw command for FScommunicator. The value of the nqw command will
    be sent to FSUIPC offset by FSCommunicator.

    So what I want is a value that I can sent to the FSUIPC offset.

    How can I do ?


Similar Threads

  1. Pushbutton > USB > Simulated keystroke
    By Even92LN in forum I/O Interfacing and Hardware
    Replies: 8
    Last Post: 07-17-2010, 09:59 AM
  2. No more wide view
    By cesarfsim in forum Computer Hardware Setup
    Replies: 3
    Last Post: 12-04-2009, 06:40 AM
  3. Keystroke via FSUIPC & wide FS
    By Renaud Emont in forum PM General Q & A
    Replies: 6
    Last Post: 01-06-2005, 04:31 PM
  4. Replies: 0
    Last Post: 01-02-2005, 10:46 AM
  5. KeyStroke for CSTR
    By null null in forum PM General Q & A
    Replies: 2
    Last Post: 11-12-2004, 11:53 AM