Identifying the frame length for an unknown serial protocol

Let’s suppose you’re reverse-engineering a serial protocol. You already know the correct configuration for the serial port (baudrate etc.) and you assume the protocol is built from frames of equal length. For simplicity we will also assume that the device sends the data without the necessity to request data from it first. If this is … Continue reading Identifying the frame length for an unknown serial protocol