arduino / arduino/ArduinoCore-arc32
Enable debug interface on Serail1
- Dominant language
- C
- Stars
- 330
- Forks
- 281
- PR merge metrics
- No merged PRs in 30d
Description
Hello together,
I would like to enable the debug interface. I have a ftdi USB to TTL adapter connected to rx and tx and the adapter connected to a usb port.
After that I have executed all the steps described under "Enable debug interface on Serail1"
How do I get the log file now? If I initialize Serial1 and open the monitor at the appropriate com port nothing happens.
My code looks like this:
```
void setup() {
Serial.begin(9600); // initialize serial communication
Serial1.begin(115200);
log_init();
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the setup() entry point shown in the report, especially Serial1.begin(115200) and log_init(), and review the documented "Enable debug interface on Serail1" steps. Verify the RX/TX wiring, selected COM port, and monitor baud rate; done means the expected log output appears on Serial1.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- embedded-iot
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100