PLC MODEM communication interface

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • KSON

    #1

    PLC MODEM communication interface

    Hi, I am new to programming in C#, i want to create a communication
    interface with a PLC MODEM via the RS232

  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: PLC MODEM communication interface

    KSON,

    In this case, you are more than likely going to have to access the modem
    through the RAS API. To access this API, you will have to call the
    functions through the P/Invoke layer. You can find more information on the
    RAS API here:

    http://msdn2.microsoft.com/en-us/library/bb545679.aspx

    You also might get some help with the function/structure declarations
    from http://www.pinvoke.net.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "KSON" <ksontini_khale d@yahoo.frwrote in message
    news:1186642936 .331991.154160@ l70g2000hse.goo glegroups.com.. .
    Hi, I am new to programming in C#, i want to create a communication
    interface with a PLC MODEM via the RS232
    >

    Comment

    Working...