搜索资源列表
I2C
- MSP430F147,ST7920A,片上AD,通过uart与上位机通信,上位机程序采用VB编写,另外单片机采样数据通过EEPROM保存。-MSP430F147, ST7920A, chip AD, through the uart communicat with PC, PC s programme finished by VB, and sampling data preserved in EEPROM.
shangweiji
- 本上位机是基于VB语言编程的进行与单片机串口通信的上位机。用于三个舵机的控制。串口通信格式为波特率9600bps、8位数据位、1位停止位、无校验、ASCII码字符通信。串口通信程序用于接收上位机发送过来的控制命令。控制命令采用自定义文本协议,即协议内容全部为ASCII码字符。通信协议格式为起始符“#”通道号CHx,脉宽百位,脉宽十位,脉宽个位,与停止符“!”。-The host computer is based on the VB programming language for serial
Comm_MFC
- 仿照Vb基于MFC上位机通信单片机的点灯程序,附有串口调试功能!-Modeled Vb MFC-based PC communication microcontroller lighting program, with serial debugging features!
Com_Vb
- 接收串行数据的单片机上位机程序。使用VB编写,解析单片机发送过来的串行数据。 单片机是8052,搭载了TCS3200光学颜色采集器,将采集到的数据通过RS232发送到PC,显示RGB数值,在label控件中显示该RGB数值的颜色。 串口数据格式是RGB24位加一位识别码/-Receive serial data microcontroller PC program. Using VB to write, parse microcontroller serial data sent ove