Serial monitoring session uses the type Serial, declared in serial.h file to bind a serial packet. Please consult the file for detailed step-by-step description of binding process.
Serial Bridge monitoring session uses the type BridgePacket, declared in serial.h file to bind a serial bridge packet. Please consult the file for detailed step-by-step description of binding process.
USB monitoring session uses the type Usb, declared in usb.h file to bind a USB packet. Please consult the file for detailed step-by-step description of binding process.
Network monitoring session uses the type Ethernet, declared in network.h file to bind a network packet. Please consult the file for detailed step-by-step description of binding process.