K KSON Aug 9, 2007 #1 Hi, I am new to programming in C#, i want to create a communication interface with a PLC MODEM via the RS232
Hi, I am new to programming in C#, i want to create a communication interface with a PLC MODEM via the RS232
N Nicholas Paldino [.NET/C# MVP] Aug 9, 2007 #2 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.
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.