Example #1
0
 /// <summary>
 /// 5.1 Send Immediate
 /// 0x87,
 /// This will make the chip flush its buffer back to the PC.
 /// </summary>
 public void SendImmediate()
 {
     write(MpsseCommand.SendImmediate());
 }