Hi all,
I am interested in writing a small .Net application which will automate a process of writing a single memory register in a DL260 at the demand of a mainframe.
I would like to avoid utilizing the unmanged C++ API which is referenced by all existing "VB" examples. It would appear to me that the API is not specifically "necessary" for communication with the PLC.
I want to ensure that I can use standard TCP socket functionality to communicate directly with the ECOM (rather than through the wrapped API). I realize that I would be responisble for constructing the entire packet between my app and the ECOM, but from what I've seen, it is not a complex set of headers.
I am quite well versed in .Net and have no fear of direct socket coding. In fact, if I am correct, I would not be opposed to expanding my simple need into a well rounded, fully managed, .Net API - if there was a community interest in doing so.
At any rate, I thought it prudent to begin with this simple question and get the thoughts of the experts. Thanks in advance to anyone who puts some thought into this!

-EDIT-
Changed "Serial" to "TCP" in subject to be clear about network communications as opposed to local serial communications over a COM port.