Calculateur de Résistance Thermique — Formule
## Baud Rate vs Bit Rate
### Formulas
**Bit Rate = Baud Rate x Bits per Symbol**
**Throughput = Bit Rate x Data Bits / (Data + Overhead Bits)**
UART at 9600 baud with 8N1 framing: 9600 bps gross, 7680 bps effective (80% efficient due to start/stop bits).
### Formulas
**Bit Rate = Baud Rate x Bits per Symbol**
**Throughput = Bit Rate x Data Bits / (Data + Overhead Bits)**
UART at 9600 baud with 8N1 framing: 9600 bps gross, 7680 bps effective (80% efficient due to start/stop bits).
Exemple Résolu
UART at 9600 baud, 1 bit/symbol, 8 data bits, 2 overhead bits (start + stop).
- Gross bit rate = 9600 x 1 = 9600 bps
- Effective = 9600 x 8 / 10 = 7680 bps
- Efficiency = 8 / 10 = 80%