Search found 1 match
- Sun Jan 11, 2026 11:37 am
- Forum: ESP-IDF
- Topic: uart half duplex one line
- Replies: 9
- Views: 10201
Re: uart half duplex one line
We got this working several months ago but forgot to update. Hope its not too late to help. Have no problems flashing an ATTINY1616 anywhere from 9600 baud to 230400 baud
Can't give exact source code but:
```
bool COM_Open(const updiprog_com_port_t com_port) {
esp_err_t err;
// Configure UPDI ...