资源列表
rtssetup
- 设置串口,设置RTS信号设置方法,包括其他参数-Set the serial port, set the RTS signal is set, including other parameters
IARuartofCC2430
- IAR环境下的是关于CC2430的串口编程用法源代码-this is the source code about the useage of uart of CC2430 in the IAR programming environment
com
- io口模拟串口,源码,可进行测试,自己编译,整理-io serial port simulation, source code, can be tested, to compile, collate
IOandRS232
- /********************************************** IO 口模拟232通讯程序 使用两种方式的C程序 占用定时器0 **********************************************/-I /********************************************** IO Simulation the use of the communication process 232 o
123213
- 2级菜单 显示效果 Javascr ipt-2 Menu
48--OK
- AVR 串口通信程序,ATMEGA48最简单的串口-AVR
UART_PIC.tar
- UART interfacing using PIC
CRC
- 一种计算CRC16码的源程序,包括查询码表,对开发无线通信、RS232、RS485通信软件有帮助-one source code to calculate CRC16
java
- java实现串口通信,建立一个类实现对并口的控制
baudrategenerator
- uart 的波特率发生器设计,以40MHz主频率要产生9600Hz波特率
IIC
- 这是我自己写的并用在我工程里正常的I2C原码,方便大家使用-It my source code for IIC, and it can work well in my project
rfid_vc
- /Initial COM m_ctrlComm.SetCommPort(1) //选择com1 m_ctrlComm.SetSettings("9600,n,8,1") //通信参数设置 波特率9600,无校验,8个数据位,1个停止位 m_ctrlComm.SetInBufferSize(1024) //指定接收缓冲区大小 m_ctrlComm.SetRThreshold(1) //参数1表示每当串口接收缓冲区中有多于或等于1个字符时将引发一个接收数据的OnComm事件