搜索资源列表
sscom33串口通讯工具
- 这个是串口通讯工具,无论windows编程,还是嵌入式的上位机和下位机通讯,调试时使用它都很方便-This is a serial communications tools, windows programming, or embedded PC and the next crew communications, debug it very convenient to use
CESeries
- 本项目是我工作时候应公司需求开发的 开发工具是EVC++4.0,工作平台是HP1700 程序校对通信协议通过RS232口与上位机通信 以及将从上位机获取的数据信息以图形化方式展现给用户-the item is when I work needs to be the development of the company's development tools is EVC 4.0, HP1700 platform is
PLC_Control
- 欧姆龙最新PLC CPH1系列hostlink应用例子,用于编写上位机控制软件,通过串口直接控制PLC。用vc编写,方便转化为其他语言。 包括内容: 1:自封装串口类(来源于网络,做了适当修改) 2:多线程,线程间同步,通讯等。 3:生产者消费者模型应用,环形缓冲队列应用 4:欧姆龙hostlink通讯通讯同步处理,FCS校验值计算,各种hostlink指令使用示例。 5:线程消息处理类封装。 6:windo
DelphiStrSwitch
- Delphi字符进制转换源码,是单片机和上位机通讯的好工具-source base for the conversion of SCM and PC communication tool for
CESeries
- 本项目是我工作时候应公司需求开发的 开发工具是EVC++4.0,工作平台是HP1700 程序校对通信协议通过RS232口与上位机通信 以及将从上位机获取的数据信息以图形化方式展现给用户-the item is when I work needs to be the development of the company's development tools is EVC 4.0, HP1700 platform is
DelphiStrSwitch
- Delphi字符进制转换源码,是单片机和上位机通讯的好工具-source base for the conversion of SCM and PC communication tool for
usb-uart
- usb转UART,基于C8051F310.使用串口调试工具发给单片机一个十六进制数,单片机收到后再将这个数发送给上位机.-usb to UART, based on the C8051F310. the use of single-chip serial debugging tools distributed to a hexadecimal number, Microcontroller Receive this number lat
SCommTest
- 这是一个用VC编写的MSCOMM控件的串口通讯调试软件示例工程源代码,对于单片机的上位机软件开发是一个不错的小工具-This is a used VC prepared MSCOMM control serial communication debugging software engineering sample source code, for SCM PC software development is a good gadget
SCOMMV23
- 串口助手源程序。计算机端的界面程序。串口的上位机程序。-Assistant serial source. Client computer interface procedures. PC serial procedures.
PDA
- 串口通信上位机源程序,可以修改串口,波特率,自动保存接收的数据.方便修改成个性化的串口通信工具 -C source code used to initialize, run and test the isup software in a TRILLIUM development environment
LQAnalyzer_En
- 语音波形分析工具源码,VS2005开发,可以对语音进行分析和仿真-Voice source waveform analysis tool, VS2005 development, can be carried out on the voice analysis and simulation
freescale_smart_car_Image
- Labview编写的用于Freescale智能车的上位机赛道显示程序,通过串口通信,Labview简单易学,功能强大,是理想的上位机编程工具。-Labview Feescale SmartCar
Haiwell(海为)PLC与上位机通讯控件
- 海为PLC上位机与PLC通讯的组件,支持VB,VC,Delphi等开发工具(Haiwei PLC communications test program)
红外线上位机
- 通过MSCOMM实现串口对SMT32 红外线发射下位机的管理,具备以下功能: 1.串口选择 2.获取下位机接收的遥控器键值 3.设定下位机发送按键的方式,如随机或重复 备注:此工具需配合“红外线发射下位机”工程使用,使用VS2008开发。(Through MSCOMM to manage the lower machine that is SMT32 infrared emission tool,with the followi
PCSC读卡器工具范例
- 通过PCSC接口来给读卡器发送APDU,完成ic卡的测试。(Through the PCSC interface to send the APDU card reader, IC card to complete the test.)
串口工具和例程
- 一个函数专门向上位机发送数据,上位机接受 一个函数是通过上位机向单片机发送并回传显示 还有一个是串口调试工具 适合初学者入门(A function to send data to the upper computer, the upper computer to accept. A function is sent by the upper computer to the MCU and transmitted back a
STM32WEB
- STM32单片机嵌入以太网WEB服务器、继电器,含电路图、STM32单片机KEIL4源程序、C#上位机配置软件、网页生成工具。硬件由STM32F103C8T6+28ENJ60组成。完整项目源代码(STM32 SCM embedded Ethernet WEB server, relay, including circuit diagram, STM32 SCM KEIL4 source program, C# PC configurat
Fluke
- 可以控制 及读取FLUKE万用表,可配置档位(FLUKE multimeter can be controlled and read.)
Gui_Data_display
- 利用MATLAB中的GUI工具来制作串口通信上位机,利用上位机将数据利用绘图实时显示出来。(Use the GUI tool in MATLAB to make the serial communication upper computer, and use the upper computer to display the data in real time using the drawing.)
为某公司做的工具上位机串口调试程序
- 用串口类CSerial为某公司做的一个串口调试的工具,它可以解析输入的命令,用户可以象使用超级终端一样使用它。我在这里面使用了加载前奏,密码保护功能,Edit控件滚屏显示,多线程加载升级软件,CRC32校验等技巧,十分实用。