搜索资源列表
-
0下载:
*硬件连接:PTA-HD44780data,PTC0-RS,PTC1-RW,PTC2-E *
*程序描述: 1.以串行中断方式接收从PC机发送来的时钟启 *
* 动信号56H和时间值 *
* v11:11:11:11表示11:11:11 *
* 2.以定时中断方式实现实现1秒的定时 *
* 3.以串行接受中断方式接受从PC机发送来的时 *
* 钟停止信号57H并向PC方发送当前的时钟数据 *
*使用模块: 定时模块、串行通信模块及LCD模块 *
-* Hardwa
-
-
0下载:
ATMEGA 32 USART which is used to send a received data throgh serial port from PC to controller, code is simulated on the VMLAB software
-
-
0下载:
//电脑端必备RS232转RS485模块,否则无法进行直接的连接
//RS485之间通过双绞线连接,如果距离近,可以不使用120欧电阻匹配
//电脑端通过串口调试助手操作,先将数据由电脑发往开发板
//开发板板会将收到的数据再发送到串口调试助手,接收采用中断模块,发送用查询
//波特率更改请通过config.h文件,直接更改baud参数即可-//PC necessary RS232 to RS485 module, otherwise can not be directly co
-
-
0下载:
我们设计了一个通过局域网在TCP/IP协议栈上发送数据的方案。
我们还设计了TCP有效负载内的协议,实现了在酒店内控制设备的功能。(We make a project to send/receive data from PC via LAN on TCP/IP protocol stack.
Also we design our protocol inside TCP payload to implement such a function that it can c
-