完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
大家好我试图通过一些系统调用将数据发送到ttyUSB0。
这是代码 #include #include #include #include #include #include #include #include #include int main(void){int fd1; fd1 = open(“/ dev / ttyUSB0”,O_RDWR); printf(“文件描述值为=%d n r”,fd1); char buf [40] =“计算机系统架构组”; //这是长度为34write的字符串(fd1,buf,34); 返回1;} 现在这是将数据扔到ttyUSB0上。 现在在FPGA中有一个应用程序在运行 使用 XUartLite_Recv(& uart,buff,34); 但是当我试图打印这个“buff”时。 我觉得价值难以理解。 谁能帮帮我吗。 谢谢 问候, 阿比纳夫·彭迪尔 电子邮件ID:abhinavpundir@ymail.com 以上来自于谷歌翻译 以下为原文 Hello Everyone I am trying to send data to ttyUSB0 by using some system calls. here is the code #include #include #include #include #include #include #include #include #include int main(void){ int fd1; fd1=open("/dev/ttyUSB0",O_RDWR); printf(" the file discription value is = %d nr",fd1); char buf[40]="Computer System Architecture Group";// this is the string of length 34 write(fd1,buf,34); return 1; } now this is throwing data onto ttyUSB0 . Now in FPGA there is one application running which uses XUartLite_Recv(&uart,buff,34 ); but when i tried to print this " buff " . I am getng unreadable values. Can any one please help me. Thank you Regards, Abhinav Pundir Email ID : abhinavpundir@ymail.com |
|
相关推荐
1个回答
|
|
最后,我能够将数据从Uart端口(ttyUSB0)发送到电路板。
但没有人帮助我。 这么奇怪?? abhinavpundir@ymail.com 以上来自于谷歌翻译 以下为原文 Finally I waz able to send data from the Uart port(ttyUSB0) to the board. But nobody helped me. So strange?? abhinavpundir@ymail.com |
|
|
|
只有小组成员才能发言,加入小组>>
2379 浏览 7 评论
2794 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2261 浏览 9 评论
3335 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2427 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
755浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
543浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
364浏览 1评论
1960浏览 0评论
681浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 06:01 , Processed in 1.175405 second(s), Total 77, Slave 61 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号