搜索资源列表
bioscom
- 上位机(386以上PC机)的所有程序是在BORLAND C++环境下编译的,因此串行通信程序可以直接应用I/O通信库函数bioscom(),该函数在由port指定的I/O端口上执行RS-232通信操作。通信前,根据与8098单片机的通信协议,设定通信的串行端口、数据位数、停止位数、波特率,由于上位机时钟为12MHz,所以对应的波特率应设置为4800。下面给出上位机串行通信的部分程序:
yi-tiao
- 一个单片机ADC0808或者0809的AD转换C语言程序,可以和PC机通信-A single-chip microcomputer ADC0808 or the AD transform 0809 C programming language can and PC communications
USB-driver
- usb_skeleton.c:是单片机的设备驱动程序。 sender.c:是简单的通信应用程序。 编译方式:在要加载的linux内核代码树下编译 insmod usb_skeleton.o即可。 c2_programmer.tar:是一个开源的参考实现。 -USB driver
serialTest
- 树莓派串口调试程序,可实现与单片机或者手机等通信。-te serial port testing program which can communicate with single chip machine or android cell phone.