ChinaUnix.net
相关文章推荐:

RS232接口标准的机械特性、电气特性、功能特性。

请教各位,谁做过rs232输入到400的项目? 目前有一个rs232连接的电子称,在超级终端能看到电子称输入的数据,有啥方法能输入到400的画面呢?

by wnai - AS400 - 2009-02-23 15:11:56 阅读(1465) 回复(0)

相关讨论

两台F85,一台A向tty0(rs232)口写数据,另一台B从对应口读数据,两台机器都开机,一切正常,B关机后,A会从tty0读到写进去的数据,B开机后,A则读不到。想改改tty属性,可也不是很清楚tty的一堆属性是什么意思,那位给我解释解释?谢谢了!

by kant - AIX - 2003-06-13 10:54:31 阅读(991) 回复(0)

两台F85,一台A向tty0(rs232)口写数据,另一台B从对应口读数据,两台机器都开机,一切正常,B关机后,A会从tty0读到写进去的数据,B开机后,A则读不到。想改改tty属性,可也不是很清楚tty的一堆属性是什么意思,那位给我解释解释?谢谢了!

by kant - AIX - 2003-06-13 10:54:31 阅读(2770) 回复(0)

求帮助!!!! 用termois 这结构体 ,编的rs232通信,在ARM板上用arm-linux-gcc 能编译吗? 电脑pingARM板 ping不通,但是ARM板能ping通电脑,那在电脑上client端和 ARM板上server端 能建立通信吗?

by s7703179 - 嵌入式开发 - 2012-10-31 22:57:40 阅读(1374) 回复(1)

头文件省略,main函数如下: int fd; fd = open( "/dev/ttyS0", O_RDWR); if (-1 == fd){ perror(" 提示错误!"); } 程序运行后总是显示:提示错误,说明打开串口失败。我试过ttyS0,ttyS1,ttyS2,都不行。 我的环境是台式机,机箱后有串口rs232,并且有超级终端是可以使用。装的vmmare6.0,虚拟的redhat9。 求指教原因,我是菜鸟,初次接触串口编程问题。

by hxlawf - Linux新手园地 - 2011-12-15 00:50:52 阅读(2115) 回复(2)

Introduction on monitoring serial rs232 data The rs232 standard defines an asynchronous way of communication between DTE, data terminal equipment (computers, printers, etc.) and DCE, data communication equipment (modems). This type of communication has become the minority and nowadays serial communications is mainly between two DTE devices using a null modem cable . Although this is 1:1 communica...

by bilbo0214 - 网络技术文档中心 - 2009-02-24 22:17:56 阅读(1689) 回复(0)

在下新手,请问rs232是什么东西?它是一个协议还是一块硬件啊?怎么用?请指教,谢谢!!

by remoterboy - 服务器及硬件技术 - 2005-10-21 13:01:18 阅读(1526) 回复(8)

/**********************************rs232.h 头文件*******************************/ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #define FALSE -1 #define TRUE 0 #define NET_PORT 19988 /**打开设备**/ extern int o...

by icestare - Linux文档专区 - 2005-03-18 09:49:06 阅读(941) 回复(0)

Linux 下的串口通信(rs232) Serial Programming Guide for POSIX Operating Systems 5th Edition Michael R. Sweet Copyright 1994-1999, All Rights Reserved. Serial Port FilesEach serial port on a UNIX system has one or more device files (files in the /dev directory) associated with it: Table 2 - Serial Port Device Files System Port 1 Port 2 IRIX® /dev/ttyf1 /dev/ttyf2 HP-UX /dev/tty1p0 /dev/tty2p0 ...

by icestare - Linux文档专区 - 2005-03-18 09:30:36 阅读(626) 回复(0)

各位大侠,请帮助一下! rs232通信可不可以直接发文件。 谢谢!

by liuqingzhu - C/C++ - 2003-10-17 08:32:51 阅读(816) 回复(1)
by coday - 数据安全 - 2003-07-15 16:02:17 阅读(773) 回复(1)