搜索资源列表
单片机配置FPGA的上位机
- C#代码,使用单片机配置FPGA的上位机,使用串口通讯
serial
- 一个C#的串口与下位机通讯的源码,提供给嵌入式开发的朋友们,可以做上位机串口通讯学习用,VS2005编译通过。-A C# serial port communication with the lower machine source code, available to the embedded development friends, you can learn to do serial communication with PC, VS2005 compile.
Serial-debugging-assistant
- 上位机串口通讯,能够实现串口的选择,串口属性设置,向下位机自动和手动发送文件-PC serial communication, enabling the choice of serial port, serial port property, the down position and manually send files automatically
bianpinqi
- 上位机软件,完成串口通讯等功能,并且可以调节各个参数-PC software, complete serial communication functions, and can adjust the various parameters
Br_PSS
- C#语言编写的上位机软件,可以通过串口或者网口和下位机通讯,包含说明文档。-C# language to write the PC software, can via a serial port or so and lower machine communication, contains documentation.
teting
- 一款工程测试用的上位机软件,串口通讯,ini文件保存参数等,可供初学人员学习。-An engineering test of PC software, serial communication, ini file is saved parameters, for beginners to learn.
IDT
- idt计量芯片上位机校表软件,主要用到串口通讯-Measurement chip PC calibration software
三菱与opc通讯
- 三菱PLC与上位机串口通讯,通过OPC 有用到动态链接库(The minute you think of giving up, think of the reason why you held on so long)
STM32_RC522串口通讯
- C#编写的上位机软件,源代码。应用于串口通讯控制STM32对RC522读写卡操作(C# prepared by the host computer software, source code. Applied to serial communication control, STM32 read and write card operation on RC522)
串口OK1
- 上位机与三菱plc的串口通讯,通过c#程序写的一个winform程序(Serial communication between host computer and MITSUBISHI PLC)
C#串口通讯
- 用于与下位机进行串口通讯,RS-232这种适配于上位机和PC端进行连接,RS-232只限于PC串口和设备间点对点的通信。它很简单的就可以进行连接,由于串口通讯是异步的,也就是说你可以同时向两端或者更多进行数据发送,它们之间的传输数据类型是byte,串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。