DebugInterface Enum
Namespace: GHIElectronics.TinyCLR.Native · Assembly: GHIElectronics.TinyCLR.Native
Transport used by the debugger to attach to the device.
public enum DebugInterface
Fields
| Name | Value | Description |
|---|---|---|
Disable | 0 | Debugging disabled. |
Usb | 1 | USB CDC debug port. |
Serial | 2 | UART debug port. |