代码搜索:串行端口
找到约 10,000 项符合「串行端口」的源代码
代码结果 10,000
www.eeworm.com/read/334099/12637657
c pc_115k.c
//115.2k串行口通信程序,校验方式为简单双向校验,
//而且是必要的,因为任何采用中断、crc等的方法
//均很难保证速度和避免错误.
//总体速度5KB/秒
//单片机程序
//使用22.1184晶振
unsigned char time,b_break,b_break_3;
//35.555ms
void int_t0(void) interrupt 1 {
www.eeworm.com/read/135370/13937506
c pc_115k.c
//115.2k串行口通信程序,校验方式为简单双向校验,
//而且是必要的,因为任何采用中断、crc等的方法
//均很难保证速度和避免错误.
//总体速度5KB/秒
//单片机程序
//使用22.1184晶振
unsigned char time,b_break,b_break_3;
//35.555ms
void int_t0(void) interrupt 1 {
www.eeworm.com/read/236991/13984481
c pc_115k.c
//115.2k串行口通信程序,校验方式为简单双向校验,
//而且是必要的,因为任何采用中断、crc等的方法
//均很难保证速度和避免错误.
//总体速度5KB/秒
//单片机程序
//使用22.1184晶振
unsigned char time,b_break,b_break_3;
//35.555ms
void int_t0(void) interrupt 1 {
www.eeworm.com/read/108488/15585473
txt 目录.txt
目 录
序
前言
第一部分 Linux网络管理员指南
第1章 网络基础 3
1.1 UUCP网络 3
1.2 TCP/IP网络 5
1.2.1 TCP/IP网络入门 5
1.2.2 以太网 6
1.2.3 其他类型的硬件 7
1.2.4 网际协议 8
1.2.5 串行线路网际协议 9
1.2.6 传输控制协议 9
1.2.
www.eeworm.com/read/106841/15619610
c pc_115k.c
//115.2k串行口通信程序,校验方式为简单双向校验,
//而且是必要的,因为任何采用中断、crc等的方法
//均很难保证速度和避免错误.
//总体速度5KB/秒
//单片机程序
//使用22.1184晶振
unsigned char time,b_break,b_break_3;
//35.555ms
void int_t0(void) interrupt 1 {
www.eeworm.com/read/105636/15663485
c pc_115k.c
//115.2k串行口通信程序,校验方式为简单双向校验,
//而且是必要的,因为任何采用中断、crc等的方法
//均很难保证速度和避免错误.
//总体速度5KB/秒
//单片机程序
//使用22.1184晶振
unsigned char time,b_break,b_break_3;
//35.555ms
void int_t0(void) interrupt 1 {
www.eeworm.com/read/104933/15680881
txt 目录.txt
目 录
序
前言
第一部分 Linux网络管理员指南
第1章 网络基础 3
1.1 UUCP网络 3
1.2 TCP/IP网络 5
1.2.1 TCP/IP网络入门 5
1.2.2 以太网 6
1.2.3 其他类型的硬件 7
1.2.4 网际协议 8
1.2.5 串行线路网际协议 9
1.2.6 传输控制协议 9
1.2.
www.eeworm.com/read/104236/15700896
c pc_115k.c
//115.2k串行口通信程序,校验方式为简单双向校验,
//而且是必要的,因为任何采用中断、crc等的方法
//均很难保证速度和避免错误.
//总体速度5KB/秒
//单片机程序
//使用22.1184晶振
unsigned char time,b_break,b_break_3;
//35.555ms
void int_t0(void) interrupt 1 {
www.eeworm.com/read/101977/15795735
txt -+-+.txt
目 录
序
前言
第一部分 Linux网络管理员指南
第1章 网络基础 3
1.1 UUCP网络 3
1.2 TCP/IP网络 5
1.2.1 TCP/IP网络入门 5
1.2.2 以太网 6
1.2.3 其他类型的硬件 7
1.2.4 网际协议 8
1.2.5 串行线路网际协议 9
1.2.6 传输控制协议 9
1.2.
www.eeworm.com/read/192685/8366651
txt 用mscomm读取串口数据的基本步骤.txt
VB有一个例子在Samples\CompTool\Mscomm中。你可以利用这个例子来学习串口编程。
打开串口先设置CommPort属性(端口号),使用PortOpen=True就可以了。
串口数据保存在MSComm的Input属性中。你可以使用下面的代码:
Dim v As Variant
v = MSComm1.Input
For i