ChinaUnix.net
相关文章推荐:

linux 测试网络命令

由于已经完成了第一个HELLO程序,标志着整个编译环境已经没有问题了,下来准备做一下串口测试程序。由于串口驱动开发板已经作好了,所以就作一个linux串口测试工具简单的数据收发看看。

linux串口测试工具网上常见的版本都看起来比较烦琐,下面是一个简单一点的,这个程序功能是收到10个字节后会发前7个字节,如果所发的数据的第一个字节是9则退出。
 

    by huazaicola - 移动操作系统 - 2011-12-23 02:29:47 阅读(1086) 回复(0)

相关讨论

本帖最后由 seaquester 于 2010-04-20 09:00 编辑 linux串口测试程序 冷胜魁(Seaquester) lengshengkui@gmail.com 2009-11-18 这是以前在做一个基于ARM的项目的时候,写的一个简单串口测试程序,同样也适用于X86平台。程序很简单,运行是通过参数指定程序是发送端还是接收端。接收端运行之后就简单的读取串口数据,打印到stdout。发送端则接受键盘输入,通过串口发送出去。如果直接回车则表示发送完毕,通知接收端退出。 [cod...

by seaquester - Linux文档专区 - 2009-11-18 14:45:54 阅读(2638) 回复(0)

#include #include #include int main(int ac, char *av[]) {     struct {          unsigned int a1:1 ;          unsigned int a2:1 ;          unsigned int a3:1 ;         ...

by ljmmail - C/C++ - 2009-09-03 14:01:45 阅读(3605) 回复(10)

How well do you know your free software people, apps and commands? Put yourself to the test and see just how much you know - we don't think even Linus Torvalds knows all these... Round 1: People 1) Who drew the original picture of Tux, the linux mascot? (hint: he drew the Ximian monkey too) 2) Who originally wrote the editor Vi? 3) Which founder of a major linux distribution has spent 10 days in ...

by lvfeihu316 - Linux文档专区 - 2009-05-03 17:54:04 阅读(935) 回复(0)

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/93926/showart_1873355.html

by sjhf - Linux文档专区 - 2009-03-23 11:13:06 阅读(600) 回复(0)

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/93926/showart_1873350.html

by sjhf - Linux文档专区 - 2009-03-23 11:13:05 阅读(556) 回复(0)

本人有两年的软件测试经验,确切的说是手机的测试经验。 不过本人对linux非常感兴趣,在这工作的两年期间内一直在自学linux及perl语言,本人到目前只能说是一个入门的水平.....在这里不敢说大话,现在一直想换一个能够与linux有关的工作,请问各位我能找个什么样的职位? 或者我还需要准备什么其它的吗?另:本人自认为英语水平很好:mrgreen:

by girlbird - IT职业生涯 - 2009-03-30 20:51:10 阅读(1842) 回复(7)

How well do you know your free software people, apps and commands? Put yourself to the test and see just how much you know - we don't think even Linus Torvalds knows all these... Round 1: People 1) Who drew the original picture of Tux, the linux mascot? (hint: he drew the Ximian monkey too) 2) Who originally wrote the editor Vi? 3) Which founder of a major linux distribution has spent 10 days...

by wxju168 - Linux文档专区 - 2009-03-05 19:00:02 阅读(507) 回复(0)

装了一下,玩玩而已。其实挺高兴的,腾讯出了linux版本的qq,

by izzy_sec - Linux新手园地 - 2008-08-01 13:49:54 阅读(1594) 回复(6)

[ SHELL 水平测试 ][ OVERVIEW 篇 ] 1. 有很多种 shell, 你熟悉几种? 各个 shell 的 home page 在那里? 2. 为什么说 zsh 是目前为止功能最为强大的 shell. 3. 为什么说 pdksh 功能较弱? 4. ksh88 与 ksh93 有何区别? 5. 为什么 shell 编程最好用 ksh? 6. 你的系统都有哪些 shell? 版本是多少? 7. 你知道 POSIX 吗?最新版本是多少?和你的 shell 有什么关系? 8. /sbin/sh 和 /bin/sh 有何区别? 9. 你分析过 1000...

by cbsquan - Linux文档专区 - 2008-06-06 08:46:41 阅读(810) 回复(0)

今天,在linux和Windows下分别测试了DVB-T信号的解码功能。先上几张图: 这是Windows下的截图: 再上两张linux下的截图: 其中第二张是用xine来观看的,第三张是用totem,至于mplayer,由于截图截不了,所以就没上传。gstreamer、xine以及mplayer,个人还是比较偏向于mplayer。gstreamer虽说是刚兴起的解码库,但目前而言,对于DVB的支持,还不是很完善。mplayer是比较成熟的解码库,基本上支持你所用到的大部分的格式,...

by kkk215215 - Linux文档专区 - 2008-05-25 17:20:44 阅读(685) 回复(0)