搜索资源列表
COM_Communication
- 用C#实现串口通信程序,在此基础上可以方便的开发单片机上位机程序-COM Communications
robot
- 远程监控机器人的上位机源程序,利用无线模块串口通信控制小车行走。-The RMON robot host computer source code, the use of the wireless module serial communication control Trolley.
CAN-BUS
- CAN协议模拟器 CAN通信的上位机程序,自动识别帧类型,基于串口通信。-CAN protocol simulator host computer program of the CAN communication, identify the frame type automatically, based on serial communication.
PangZi
- 实现串口通信功能,并且可以与上位机直接通信。-Very usuafull
wireless-uart
- 一款基于无线串口通信的上位机监视系统,包括源码-A wireless serial communication based PC monitoring system, including source code
PCsend_asc_receive_hex
- C#编程最小串口通信程序,上位机发送ASC码,接受hex码-C# Programming smallest serial communication program, the PC sends ASC yards, accepting hex code
BlueToothTransport
- 一个用C#编写的上位机,它实现PC机与单片机之间的串口通信-A C# prepared by the host computer, it achieved between PC and MCU serial communication
wsdjc
- 温度检测(上位机部分)通过串口通信和客户端实现数据传输-Temperature detection (PC part) and the client via the serial communication data transmission
upper-computer-serial-communication
- C#编写的windows应用程序,实现上位机与下位机之间的串口通信,实现对下位机的窗帘开关的模拟控制及状态查看,对烟雾浓度的检查,继电器的状态查询及控制。-C# windowsform serial port communication smart home
CSharp_SerialPort
- 单片机串口通信上位机软件。可以进行简单的单片机与电脑间的通信-serial port
CSharp
- C#的串口通信上位机和下位机源程序 -C# serial communication and PC-under-source C# serial communication and PC-under-source
Com
- 基于VS使用C#开发的串口通信的例子,可以实现上位机和下位机的通信-Based on examples developed using C# VS serial communications, you can communicate upper and lower bit machine
WindowsFormsApplication1
- 可以实现上位机和下位机之间的串口通信,收发正常,一个简单的串口助手,应该没问题,希望和大家一起讨论。-Can achieve serial communication between the host computer and the lower computer, send and receive normal, a simple serial assistant, it should be no problem, and we hope to discuss together.
PC
- 单片机与上位机进行串口通信,通过设置波特率以及校验位等-MCU and PC serial communication, by setting the baud rate and parity bit etc.
TestMonitor0
- Modbus协议通用上位机,可添加多个串口通道,每个通道可添加多台通信设备。支持0x03读功能码和0x10写功能码,可导出或导入配置点表,可查看通信报文信息及通信状态。附带串口通信测试监视功能。-Modbus protocol Generic PC, you can add multiple serial channels, each channel can be added to multiple communication devices. Support reading function
SerialportSample
- 关于C#的Modbus协议的串口通信上位机界面程序-On the C# Modbus protocol serial communication PC program interface
C#写的串口通信源代码
- 1. 利用C#编写的串口通信工具 2. 源代码全部公开 3. 可以作为上位机通信的前端入口,并进行二次开发 4. 解决方案文件chuankou.sln 5. 编译成功文件chuankou.exe
SerialPortAssistant_V1.5
- 用于单片机与上位机串口通信,方便测试和调试单片机程序。开发环境vs2017,十六进制发送接收,自动定时发送,自动串口检测更新等功能。(It is used for serial communication between single chip computer and host computer to test and debug the program of single chip computer conveniently. Development environment vs2017,
C#串口通讯
- 用于与下位机进行串口通讯,RS-232这种适配于上位机和PC端进行连接,RS-232只限于PC串口和设备间点对点的通信。它很简单的就可以进行连接,由于串口通讯是异步的,也就是说你可以同时向两端或者更多进行数据发送,它们之间的传输数据类型是byte,串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。
C#串口通信源码
- C#串口通信源码,可用作单片机或者其它嵌入式设备的串口上位机。