0

I'm communicating with an external device from C# via a COM port in Windows. I'm thinking that the best way to move messages back and forth between my code and the device is via a message queue. This way, I can push the request onto the stack, and handle the response whenever it's received from the device. Hopefully this will free up the front end, especially since the Serialport response is async. Can anyone recommend a queue that I can use that's fully contained within my app with no need for an external DB or MSMQ? Thanks!

davidbitton
  • 818
  • 10
  • 20

0 Answers0