Wednesday, January 14, 2015

C# code for E-Gizmo's RFID using Observer Pattern

Here is a console application to demonstrate the E-Gizmo's RFID. The code is written in C# / .NET 4.5. This uses simple observer pattern with one subscriber. The code could still be extended to support many subscribers.

2 comments:

  1. sir ung code po ba sa link pwede icopy-paste n lng? my mga buttons po bng kelangan pra dun? thanks po..

    ReplyDelete
    Replies
    1. hello,

      you can directly use the sample code if you want to. It contains two files only and I would suggest to try it first with the console app (remember to adjust the COM port assignment on the code). Then, once it is working, migrate it to windows forms.

      Delete