Skip to content

Instantly share code, notes, and snippets.

@OberdanBrito
Created June 25, 2020 10:18
Show Gist options
  • Save OberdanBrito/84f6461000a6e97604330b52e4e91d4b to your computer and use it in GitHub Desktop.
Save OberdanBrito/84f6461000a6e97604330b52e4e91d4b to your computer and use it in GitHub Desktop.
static void SerialPort_ErrorReceived(object sender, SerialErrorReceivedEventArgs e)
{
Console.WriteLine($"Erro do sistema serial {e.ToString()}");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment