S7NetPlus / s7netplus

S7.NET+ -- A .NET library to connect to Siemens Step7 devices
MIT License
1.3k stars 580 forks source link

Full duplex communication support #473

Closed nguyenvanvy1999 closed 1 year ago

nguyenvanvy1999 commented 1 year ago

Hello developer team. I have a question, can you give me a answer:

mycroes commented 1 year ago

What do you mean by full duplex?

nguyenvanvy1999 commented 1 year ago

I mean can we write data and read data in the same time?

mycroes commented 1 year ago

Yes, although #467 indicates there might be an open issue with regards to concurrency. Please report back in #467 if you do run into any issues when reading and writing at the same time.