1.拷贝javacomm.jar到X:\jre\lib\ext目录下面; 2.拷贝javax.comm.properties到X:\jre\lib目录下面; 3.拷贝win32com.dll到X:\jre\bin目录下面;
2021-07-15 17:00:41 258KB comm.jar win32com.dll RS232 java
1
Docklight Scripting is an extended edition of Docklight RS232 Terminal / RS232 Monitor. It features an easy-to-use scripting language, plus a built-in editor to create and run automated test jobs. A Docklight script allows you to execute all basic Docklight operations (sending predefined data sequences, detecting specific sequences within the incoming data stream, ...) and embed them in your own test code. Docklight Scripting is also network-enabled. Instead of using a serial COM port, Docklight Scripting can establish TCP connections (TCP client mode), accept a TCP connection on a local port (TCP server mode), or act as a UDP peer. Docklight Scripting gives you both flexibility and simplicity. Within minutes you can build your own automated testing tools and create: · time-controlled test jobs (e.g. sending a diagnostics command every 5 minutes and reporting an error, if the device response is not ok) · repeated test cycles (e.g. endurance testing for a motion control / drive system) · automatic device configuration scripts (e.g. resetting a RS232 device to factory defaults before delivery) · fault analysis tools for service and maintenance tasks (e.g. running a set of diagnostics commands and performing automatic fault analysis) · protocol testers with automatic checksum calculations (e.g. CRC - Cyclic Redundancy Codes) · Docklight startup scripts (e.g. automatically starting a COM port logging task at PC startup) Docklight Scripting uses the VBScript engine, allowing you to write your tests in a simple, well-known scripting language. Docklight's basic functions and features are made available through a small and convenient set of Docklight script commands.
2021-05-12 14:34:06 4.19MB Docklight Scripting RS232通信监视 脚本编程
1
《C/C++串口通信典型应用实例编程实践》从工程应用的角度出发,对目前流行的三种不同类型的C/C++语言(包括C++ Builder、Visual C++和LabWindows/CVI)开发串口通信(也称为串行通信)程序进行了阐述。基础篇简单介绍了C/C++语言实现串口通信需要的基本知识;应用篇通过PC与PC、PC与单片机、PC与智能仪器、PC与PLC、PC与GSM短信模块、PC与远程I/O模块等典型应用实例,详细介绍了C/C++语言利用MSComm控件、API函数实现串口通信的程序设计方法。每个实例的设计任务同时采用C++ Builder、Visual C++和Labgrmdows/CVI实现。 本资源为配套源代码。
2021-04-15 22:08:56 11.90MB 串口通信 VisualC++ RS232通信 RS485通信
1
可以连续的接受串口的数据,无需发送命令,给程序基于win32开发可以直接被其他程序使用。
2021-04-09 10:41:07 5.49MB rs232 通信
1
C++实现 RS232通信类 已在MFC中测试 非常好用!
2021-03-21 11:49:27 3KB RS232
1
(1)按原理图连接好电路,其中8254计数器用于产生8251的发送和接收时钟,TXD和RXD连在一起。 (2)编程: 从键盘输入一个字符,将其封装成为数据帧后发送出去,并进行差错检测及奇偶校验,再接收回来在屏幕上显示,实现自发自收。
2020-01-03 11:21:35 170KB 串口通信自定义协议RS232通信
1
C++代码,学习前辈的,可以作为基本的上位机调试程序使用
2019-12-21 19:59:23 6KB Qt UART 232 串口
1
自己用C#做的RS232通讯程序...看看吧...里面纠正了网上很多看似可以的程序段...这也是自己实验过的... ----------------2020/06/08 18:16 更新分割线--------------- 已经有十年了 居然还有人需要 那就开始免费吧 以前的代码写得比较差 希望各位别见怪
2010-09-07 00:00:00 102KB RS232通讯程序
1