Search found 2 matches

by bgustafson
Mon May 10, 2021 6:41 pm
Forum: General Discussion and Questions
Topic: UART Communication issues between ESP32 and ARM7
Replies: 2
Views: 1469

Re: UART Communication issues between ESP32 and ARM7

>>> uart.read() b' HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH H IH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH HIH...
by bgustafson
Mon May 10, 2021 3:18 pm
Forum: General Discussion and Questions
Topic: UART Communication issues between ESP32 and ARM7
Replies: 2
Views: 1469

UART Communication issues between ESP32 and ARM7

Currently I have access to a in-house board that uses an ARM7 LPC2103 chip. I currently sometimes need to debug this board over serial by using a terminal app such as hyper terminal. In anticipation of a future project, I wanted to see if I could intercept serial communication from this board with t...