Results 1 to 5 of 5
  1. #1
    1000+ Poster - Fantastic Contributor
    Join Date
    Nov 2008
    Location
    Europe
    Posts
    1,934
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Extracting Data to I/O devices

    Hello.

    Can you please tell me if this is possible?

    Is there software available that can send specific data such as 'nav / com' data from fs and send it through to a device connected to a com port (lets say a 7 segment display device)....

    What would be the best way to do this, as it seems straight forward, is there any software that can recognise devices and then send data to that device such as a device connected to a com port?

    Or is it possible to program something like this, would this be 'do-able' or has this been done.....

    If you could please enlighten me, then that would be super!

    Cheers!

    Alex
    GA or the Highway!

  2. #2
    300+ Forum Addict



    Join Date
    Feb 2007
    Location
    California, USA
    Posts
    380
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Extracting Data to I/O devices

    Interface hardware, like IO Cards or FSBus, often has driver software that sends data through the IO port the hardware uses. So, yes, software does exist. If you're asking about generic software for arbitrary hardware, I think you will have to write your own code.

    It's not terribly difficult to write interface software that makes use of the serial com port. A user program can access the com port through the win32 API or through a .NET object. The Microsoft MSDN library provides information on both approaches. Here's a link to an article about coding the serial port via the win32 API: http://msdn.microsoft.com/en-us/library/ms810467.aspx

    A capability to recognize devices plugged into the serial com port is also a possibility. Essentially, this is "plug-and-play". It depends on devices being able to identify themselves when queried. USB does this quite well. In fact, it's a requirement for any USB device. You could develop a serial com port version of plug-and-play, though it would be of somewhat limited utility as the com port supports only a single device connection at a time. You can expand upon the serial com port by using an RS485 converter which will allow multiple devices to be connected. You might then develop more sophisticated software. It's really a question of how involved you want to get.

    The serial com port is a basic IO device that can be readily coded against. USB is a more complex IO device that requires more software acumen, but offers more capability. If you're interested in USB, take a look at the book USB Complete by Jan Axelson.

  3. Thanks No Longer Active thanked for this post
  4. #3
    150+ Forum Groupie
    Join Date
    Jul 2008
    Location
    Belgium
    Posts
    279
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Extracting Data to I/O devices

    Hello Alex,

    You can check my thread which I recently posted...
    http://www.mycockpit.org/forums/showthread.php?t=17697


    Regards Wendy

  5. Thanks No Longer Active thanked for this post
  6. #4
    500+ This must be a daytime job
    Join Date
    Nov 2005
    Location
    rotterdam, the Netherlands, Europe
    Posts
    804
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Extracting Data to I/O devices

    for a low cost device you could try 'FSLCD'

    which sends fs data to the parallel port.

    you can connect a cheap 10$ lcd display to the parallel port and fslcd sends the values like nav or com frequencies there.

    modern computers dont have a parallel port anymore but cheap 10 dollar usb to parallel converters do the trick too.

    Stef
    www.boeing737ng.com
    ___________________________
    The Dutch 737 Simulator Project

  7. Thanks No Longer Active thanked for this post
  8. #5
    1000+ Poster - Fantastic Contributor
    Join Date
    Nov 2008
    Location
    Europe
    Posts
    1,934
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Extracting Data to I/O devices

    Ok cheers guys for your help.

    I was referring to a nav com display situation.

    All I want to do is display nav and com frequencies on my radio stack.

    It appears that the only way to do it which requires no programming is either
    buy discontinued go flight boards, or buy an OC master card then buy the display card, then buy 4 pcb's plus the displays, both options are rather expensive.

    There must be an easier way to get the nav com data on to 7 segements displays using a simple pcb or something.

    Stef's answer for the LCD'S seems the best yet!

    I have FSLCD already so I may grow on this.

    Cheers Guys!

    Alex
    GA or the Highway!

Similar Threads

  1. Manual switching between two USB devices connected to one computer
    By bgoodwin in forum General Builder Questions All Aircraft Types
    Replies: 3
    Last Post: 11-04-2010, 06:29 PM
  2. Need Help with FSX Switching Sound Devices
    By blueskydriver in forum Cockpit Sounds
    Replies: 0
    Last Post: 10-30-2009, 09:32 PM
  3. FSUIPC USB Devices attached to another PC
    By dbday in forum I/O Interfacing Hardware and Software
    Replies: 1
    Last Post: 06-10-2009, 07:00 PM
  4. Boeing 737 LE DEVICES Panel
    By dogtanian in forum Cockpit Parts and Motion Platforms
    Replies: 4
    Last Post: 02-19-2009, 05:31 PM
  5. Extracting exe
    By null null in forum PM General Q & A
    Replies: 2
    Last Post: 11-12-2004, 09:22 PM