ASP.NET 2.0 and COM Port Communication
- by theaviator
ASP.NET 2.0 and COM Port Communication
Hello Guys,
I have a managed DLL which communicates with the devices attached on COM/Serial ports. The desktop Winforms application sends requests on ports and receives/stores data in memory. In Winforms app I have added a reference to DLL and I am using the methods. This works well. Now, there is a…