Design Pattern

W

wozzat

I am writing a compact framework application that needs to communicate witha serial device and also respond to user interaction (button presses) on the serial device. The serial device needs to be able to 'drive' the GUI application and the GUI application also needs to be able to drive the serial device, depending on whether the operator chooses to use the buttons on theGUI or the buttons on the serial device. What I'm looking for is the best design pattern to use to write this. looks as if it needs to be an asynchronous multi threaded application. Any help would be appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top