CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 1999
    Posts
    2

    Add ON Card Access

    How do I access PC Addon card in EISA Slot on Windows NT/95?


  2. #2
    Join Date
    May 1999
    Posts
    12

    Re: Add ON Card Access

    Hi
    Could you give me some details about what exactly the card is supposed to do. I could help you out on this


  3. #3
    Join Date
    May 1999
    Posts
    2

    Re: Add ON Card Access

    Hi Sridhar,
    Thanks for the immediate response.
    Let me clear your doubt about the card operations.
    The card is 4 channel Analog to digital converter card.
    The four channels are receiving the temperatures from
    the temp probes from an heat exchanger.
    I want to monitor these temperatures on a remote system.
    How do I access the information from the card ?
    Suppose the address is 4000H (Assume the address ) Then
    how to read the card buffer which is having information.
    As you might be knowing , direct addressing through
    inp() or inportb() C runtime library functions will
    support only for WINDOW 95. I want this to be in WINDOW NT.
    To be very specific I want this driver to be general Purpose.

    Please reply me with a solution as you have done it before.

    Thanking you in anticipation.
    Regrads


    Sunil M Ingawale
    Banaglore,
    INDIA.




  4. #4
    Join Date
    May 1999
    Posts
    11

    Re: Add ON Card Access

    I don't have any comments on the Add on card, but I would like to ask u some questions on this..
    **What is the maximum speed that our serial port can provide it we want to interface PC to some other controller (uC) serially? Can it give 256 Kbits/sec.
    **Which is the best way to comm. serially,a VXD, MFC class,or WinAPI?
    **I want to synchronize my events with timer IC (internal system Timer or External timer using Plug in card) at rates upto 50 Khz.
    ** If I connect external Timer & link it with interrupt 2(IRQ2) ,will it work with windows API or so without using VXDs.


    ICQ #3760 3760

  5. #5
    Join Date
    May 1999
    Posts
    2

    Re: Add ON Card Access

    Hi,
    I had the same problem with another card.
    See this web, I think it is that you need:
    www.direct-io.com


Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured