搜索资源列表
PC机串行通信程序设计
- 本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communica
PC8251
- 本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communica
PC机串行通信程序设计
- 本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communica
UART_ise7_bak
- 用FPGA 实现全双工异步串口(UART),与PC 机通信。1 位起始位;8 位数据位;一个停止位;无校验位;波特率为2400、4800、9600、11520 任选或可变(可用按键控制波特率模式)。-using FPGA full-duplex asynchronous serial port (UART), and PC communication. An initiation; 8 data spaces; One-stop; No
Example
- ZLG DP-668 开发板全部程序 \BELL\ 蜂鸣器演示程序 \CAN测试程序\ CAN双机通信演示程序 \EEPROM\ 24WC02演示程序 \LCD\ 128*64液晶模块演示程序 \RED\ 红外收发器演示程序 \RS232\ RS232串行接口演示程序 \RTC\ PCF8563时钟芯片演示程序 \TCPIP\ TCPIP通信演示程序(包含PING功能,及TCP,UDP等协议) \串口
54xxRS232
- DSP同步串口McBSP与PC机异步串口RS-232的全双工通信-DSP synchronous serial port McBSP and PC-asynchronous serial RS-232 full-duplex communication
COMbook
- 1. RS-232-C详解 2. 串口通信基本接线方法 3. 串口通讯的概念及接口电路 4. 有关RS232和RS485接口的问答 5. 同步通信方式 6. 通信协 7. 实战串行通 8. 全双工和半双工方式 9. 浅析PC机串口通讯流控制 10. 奇偶校验 -1. RS-232-C Detailed 2. Serial Communication basic wiring me
serial
- -- 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在 --PC机上安装一个串口调试工具来验证程序的功能。 -- 程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控 --制器,10个bit是1位起始位,8个数据位,1个结束 --位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实 --现相应的波特率。程序当前设定的div_par 的值是0x104,对应的波特率是 --96
hoho
- 单片机与PC机的串口双工通信,128*64LCD显示。-MCU and serial PC-duplex communication, 128* 64LCD display.
chuankou
- 8051与8051以及8051与PC机的串口通信程序,全双工带纠错码-8051 and 8051 and 8051, as well as PC-Serial communication program, with full-duplex error-correcting codes
yuandaima
- 1、 实现单片机和PC机的串行双工通信,单片的P1口接一LCD,要求PC键盘每按“0~9”数字键能发送到单片机上,并显示在单片机接的LCD上;单片机发送一串字符串能显示在PC的屏幕上-1, and PC-MCU serial duplex communication, the P1 port received a single LCD, PC keyboard required every press " 0 9" d
MSCommkongjianshixianPCtongxin
- 利用MSComm控件实现PC机双串口互通信,典型的串口通信,帮助你理解串口通信的函数定义等-MSComm control by PC, dual serial ports to achieve mutual communication, a typical serial communication, serial communication to help you understand the definition of the fun
uart
- 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。 程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x104,对应的波特率是 --9600。用一个8倍波特率的时钟将发送或接受每一位bit的周
PC-485-MCU-2BYTES-communciation
- PC机与单片机通过485进行串口通信,实现了双向通信,即PC机向单片机发送数据,单片机接收后再将数据回传给PC机,结果显示在串口调试助手上,数据为双字节的-PC-485 with the microcontroller through the serial communication to achieve a two-way communication, that is, PC, send data to the microcontro
MSComm-control
- 利用MSComm控件实现PC机双串口互通信,大家能轻松的看懂程序-MSComm control to achieve the PC using dual serial inter-communication, we can easily understand the program
communication-
- 用IAR编写,是MSP430F149单片机的双串口通信。由PC机发数据,串口A与串口B同时显示该数据,调试通过。-Write with IAR MSP430F149 microcontroller serial communication. Send data to a PC serial port A and serial B to display the data through debugging.
LabVIEW-serial
- 实现PC与PC之间的串口通信 即一个简单的双机聊天程序-PC and PC serial communication between the two aircraft that is a simple chat program
MSComm-(2)
- C#.NET串口通信+ PC与PC串口通信+ 08 利用MSComm控件实现PC机双串口互通信( 查询方式)
PC机双串口通信
- 002.利用C#.NET实现PC机双串口通信(SerialPort控件,查询方式)(2, the use of C#.NET PC double serial communication (SerialPort control, query))
WindowsFormsApplication1
- 利用SerialPort控件实现PC机双串口互通信( 事件方式)(Using SerialPort control to realize mutual communication between PC double serial ports (event mode))