public void Close()
 {
     if (port != null)
     {
         port.SetNotify(null);
         port.Close();
         port = null;
     }
 }