# Information Gathering

## Detect UART Pin

### Check the board

some hardware mark the UART pin (if we super lucky).

<figure><img src="https://1855963211-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDjlLLsWaat1v8p89kgM%2Fuploads%2FarxdLZqL5k2xduUbxtC7%2Fimage.png?alt=media&#x26;token=7b414cbd-4d5f-4587-ac30-4845ba4559cf" alt="" width="109"><figcaption></figcaption></figure>

<figure><img src="https://1855963211-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaDjlLLsWaat1v8p89kgM%2Fuploads%2Foa2kd9PVcMEFekqYWuia%2Fimage.png?alt=media&#x26;token=28f65fe0-01c3-4f3c-904b-e6006f6f2e92" alt="" width="174"><figcaption></figcaption></figure>

### Use Multimeter

#### Ground

set multimeter to continuity mode, `short` the multimeter to hear the Beeb.

Put the ground (multimeter) to the plat or any ground on the device. \
Then test any pin. If you hear the Beeb, it mean that is the ground.

#### VCC

set multimeter to 20V, then put the ground (multimeter) on the ground device.\
and test the others pin.

If its return 3.3 V constantly It mean VCC.

If it always changing the volt it mean **RX**

If it constant volt, it mean **TX**.
