Design Pattern

  • Thread starter Thread starter wozzat
  • Start date Start date
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.
 
Back
Top