Search found 4 matches

by LeoXie
Sat Jan 19, 2019 7:33 am
Forum: ESP-IDF 中文讨论版
Topic: 当ESP3同时使用IIS和UART时出错
Replies: 3
Views: 7604

Re: 当ESP3同时使用IIS和UART时出错

ESP_houwenxiang wrote:
Thu Jan 10, 2019 3:25 am
Hi,
是否可以检查一下 uart_driver_install 的返回值?看是否被正确初始化.
不好意思,最近比较忙,忘记登陆看了,我设置错误,现在已经可以工作了,谢谢
by LeoXie
Sat Jan 19, 2019 7:32 am
Forum: ESP-IDF
Topic: There is a error When ESP32 use IIS with UART in a project
Replies: 2
Views: 4145

Re: There is a error When ESP32 use IIS with UART in a project

I am sorry for repley delay.


I was set wrong, I correct it, It's work.
by LeoXie
Thu Jan 10, 2019 1:16 am
Forum: ESP-IDF 中文讨论版
Topic: 当ESP3同时使用IIS和UART时出错
Replies: 3
Views: 7604

当ESP3同时使用IIS和UART时出错

Hi 大家好,

当ESP3同时使用IIS和UART时出错,如果不使用IIS,三个串口都可以正常使用...
如果使用IIS只打开串口1,会出现如下图错误(但是程序可以运行,只是串口部分有问题)
IDF version.png
IDF version.png (53.62 KiB) Viewed 7604 times

如果使用IIS打开三个串口,程序会一直重启,并且提示如下错误,返回值为0x105
IIs error.png
IIs error.png (113.72 KiB) Viewed 7604 times

这是我用的IDF版本和一些信息
QQ截图20190109172624.png
QQ截图20190109172624.png (109.12 KiB) Viewed 7604 times
by LeoXie
Thu Jan 10, 2019 1:13 am
Forum: ESP-IDF
Topic: There is a error When ESP32 use IIS with UART in a project
Replies: 2
Views: 4145

There is a error When ESP32 use IIS with UART in a project

Hello Everyone, There is a error When ESP32 use IIS with UART in a project, If I don’t use IIS. The all of UART working is fine, and then, I enable the IIS with UART1 at same time, the follow error is occurred, By the way, the program can be running, but UART not working. QQ截图20190109172624.png If ...