完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
有没有人尝试使用USB接口从嵌入式Linux设备访问iNEMO板?我能够从我的设备为iNEMO供电,并且还能够加载u***-serial驱动程序。我不知道的是用于打开端口的正确串行接口参数。我希望这个论坛的某个人已经完成了这个练习。
谢谢! #inemo 以上来自于谷歌翻译 以下为原文 has anybody tried accessing the iNEMO board from an embedded linux device using the u*** interface? I am able to power the iNEMO from my device and also able to load a u***-serial driver. What I don't know is the correct serial interface parameters to use to open the port. I hope that somebody in this forum has already gone through this exercise. thx! #inemo |
|
相关推荐
6个回答
|
|
您可以在ww.st.com/inemo上的“UM1017:STEVAL-MKI062V2通信协议”中找到有用的信息。
问候 法比奥 以上来自于谷歌翻译 以下为原文 You can find useful information in the ''UM1017: STEVAL- MKI062V2 communication protocol'' available at ww.st.com/inemo. Regards Fabio |
|
|
|
嗨Fabio,
我已经阅读了那个非常有用的文档,但我找不到任何需要用来打开端口的串行参数,如(波特率,数据位,停止位,奇偶校验和流量控制)设置。 问候。 以上来自于谷歌翻译 以下为原文 Hi Fabio, I've read that document which is very helpful but I could not find any mention of serial parameters i need to use to open the port like (baud rate, data bits, stop bit, parity and flow control) settings. regards. |
|
|
|
在u***上没有虚拟com的喜欢设置(如果你想要你可以设置没有控制流的bps 115200和8N1:不使用hothese值)
最好的祝福 iNEMO团队 以上来自于谷歌翻译 以下为原文 There are no favorite settings for the virtual com over the u*** (if you want you can set the bps 115200 and 8N1 with no control flow: hothese values are not used) Best Regards iNEMO Team |
|
|
|
以下代码适用于我:
======== int fd; struct termios inemo; if((fd = open(port,O_NOCTTY | O_RDWR))&lt; 0){ PERROR( '' 开 ''); _exit(错误); } tcgetattr(fd,&amp; inemo); inemo.c_iflag&amp; =〜(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); inemo.c_oflag&amp; = ~OPOST; inemo.c_lflag&amp; =〜(ECHO | ECHONL | ICANON | ISIG | IEXTEN); inemo.c_cflag&amp; =〜(CSIZE | PARENB); inemo.c_cflag | = CS8; tcsetattr(fd,TCSANOW,&amp; inemo); ======= 以上来自于谷歌翻译 以下为原文 The following code works for me: ======== int fd; struct termios inemo; if((fd = open(port, O_NOCTTY|O_RDWR)) < 0){ perror(''open''); _exit(errno); } tcgetattr(fd, &inemo); inemo.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); inemo.c_oflag &= ~OPOST; inemo.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); inemo.c_cflag &= ~(CSIZE | PARENB); inemo.c_cflag |= CS8; tcsetattr(fd, TCSANOW, &inemo); ======= |
|
|
|
我现在能够访问inemo板了。原来我需要修改我的u***2serial驱动程序。无论如何,请求帮助。
以上来自于谷歌翻译 以下为原文 I was able to access the inemo board now. It turned out that I need to modify my u***2serial driver. Thx for the help anyways. |
|
|
|
你好,
我也有同样的问题。我无法与设备通话。请问你有关''修改我的u***toserial''驱动程序的详细信息吗? 提前致谢。 以上来自于谷歌翻译 以下为原文 Hi there, I have the same problem. I'm not able to talk with the device. Coul'd you please more detailed on ''modify my u***toserial'' driver ? Thanks in advance. |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2730 浏览 1 评论
3239 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1808 浏览 1 评论
3647 浏览 6 评论
6035 浏览 21 评论
1339浏览 4评论
198浏览 3评论
对H747I-DISCO写程序时将CN2的st-link复用为usart1,再次烧录时无法检测到stlink怎么解决?
350浏览 2评论
STM32G474RE芯片只是串口发个数据就发烫严重是怎么回事?
442浏览 2评论
STM32处理增量式编码器Z信号如何判断中断是正转的还是反向转的?
273浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-23 05:14 , Processed in 1.156116 second(s), Total 84, Slave 68 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号