Hardware hacking

UART: protocol (Universal Asynchronous Receiver and Transmitter) that allows two devices to talk with each others.

Pulseview is the tool to use to decode the device messages.

Baud: a bits/S

Process:

  1. Load the captured file in PulseView

  2. Chose the decoder selector, most of the time is it UART.

  1. Click on UART and Chose the RX (UAT ReceiveLine)

  2. Measure the Baud rate ( smallest baud size by measuring with the measure line)

  1. Dezoom and check if you can read the message

Last updated