Skip to content
Portisch edited this page Nov 6, 2018 · 1 revision

0xC0

Use this command to make a beep.

Example:

Direction: host -> EFM8BB1

Hex: AA C0 03 E8 55

Data Description
0xAA uart sync init
0xC0 uart command
0x03, 0xE8 beep ~1000ms
0x55 uart sync end
Clone this wiki locally