当前位置:首页 » 服务器技术
开发技术指南» 文章正文
    引言: Serial ProgrammingHOWTO tyle=
 

 

    摘要:上周有书商联系我,有意出版一本eclipse开发方面的书籍,这类书籍还是国内出版界的空白,国外也就只出了一本<eclipse in action>。我虽从没写过书,也略知写书的辛苦与报酬低少,然而能做些有意义的新鲜事,我当然是乐而为之。对于我样一个水平低下的程序民工来说,写这本书是很具挑战性的,很怕书出来以后,无人问津,或错误百出,浪费国家的纸张。这类计算机书在市场上真是多如牛毛,我不希望成为其中的一本。 以下是我写这本书的一些粗略的想法以及书的目录,恳......
 ·用sql创建数据库    »显示摘要«
    摘要:用sql创建数据库 首先说说怎么用sql语句创建数据库,创建数据库的语句有如下几种: 1. create table(创建新表) 2. create index(增加索引) 3. drop index(删除索引) 4. constraint(约束语句) 5. alter table(修改表) 6. drop table(删除表) create table语句: 在数据库中生成新表,表中字段的类型可以为:integer(整型)、long(长整型)、 s......


Linux 串口编程HOWTO 中英文简体对照 beta 版
serial programming howto

linux 串口编程   中英文简体对照 beta 版 【相关文章:你所不知道list的妙用

  【扩展阅读:如何让JBuilder9支持Struts

翻译:carol li 【扩展信息:计算机科学学生资源-William St

 

原作:gary frerking        gary@frerking.org

peter baumann

this document describes how to program communications with devices over a serial port on a linux box.

本文档记述了如何在linux设备上通过串口进行通信的程序开发

中文简体版以英文 1.01 版为原文,同时参考了繁体中文的串口编程howto

1.    introduction  简介

this is the linux serial programming howto. all about how to program communications with other devices / computers over a serial line under linux. different techniques are explained: canonical i/o (only complete lines are transmitted/received), asyncronous i/o, and waiting for input from multiple sources.

this is the first update to the initial release of the linux serial programming howto. the primary purpose of this update is to change the author information and convert the document to docbook format. in terms of technical content, very little if anything has changed at this time. sweeping changes to the technical content aren´t going to happen overnight, but i´ll work on it as much as time allows.

if you´ve been waiting in the wings for someone to take over this howto, you´ve gotten your wish. please send me any and all feedback you have, it´d be very much appreciated.

all examples were tested using a i386 linux kernel 2.0.29.

本文是为 linux 串口程序编写的 howto. 主要讨论如何在 linux 环境下,编写串口与其它计算机设备进行通讯的程序。文中所谈到的技术包括: 标准的 i/o (只具备 传送/接收 线的), 异步 i/o, 以及 等待来自多信号源输入 的程序。

本文是初始的 linux serial programming howto 的第一个升级版。主要升级了一些作者信息,把文件转换为 docbook 格式。就技术内容而言,几乎没什么大的改变。大规模的技术内容的改变是不可能一夜之间发生的,如果时间允许,我会尽量做一些工作。

如果你正在一边等着有谁来接管这份 howto,那你的心愿达成了。我会感谢你发来的任何反馈信息。

所有的示例都在 i386 linux kernel 2.0.29 下测试通过。

 

1.1.   copyright information  版权信息


...   下一页
 ·python是近期学习的主要内容。    »显示摘要«
    摘要:感觉python是一个很有希望的语言。 对于一个脚本的掌握是一个开发人员必备的素质。 现在的开发人员基本上看重的是一个可以编译语言的使用,对于脚本的使用不是很重视根据我的理解,脚本更加能够体现计算机处理事务的灵活性和结构化。 不过对于现状的改变可能也不是立即可以生效的,还是需要开发人员的不停的努力。 我估计python是脚本语言中比较好的一个,虽然tcl也是使用的非常多。不过tcl的代码可读性实在是不敢恭维。 有哪位有兴趣可以一起学习。 ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE