资源列表
FTDI--1
- FTDI mpsse communication
CPP-SSL-Encription-Code
- This a sample code for SSL encryption.-This is a sample code for SSL encryption.
OFDM
- qpsk调制下的ofdm MATLAB仿真程序-qpsk of ofdm about MATLAB
HTTP--communication-on-Web-Server
- This is a simple c++ code and data about HTTP communication on Web server.
temp
- 编写代码读取温度模块的当前温度和设定值,并把所读参数不间断的记录到数据表中-Write code to read the temperature the current temperature and setting of the module, and read the parameters continuously recorded data in the table
UDP
- 谁卡号的欧式风喝点水开关是你了撒放假山室大辅孙东方是的-askd jsdgsdfjl jslnsdjf dsf
Serial-port-emulator
- 串口模拟器,工整安全,模拟串口发送数据,虚拟串口应用程序-Serial port emulator, neat, simulation of the serial port to send data, virtual serial port application
cPPcom
- COM通讯 串口通讯 采用多线程技术,带有例子初学者可以下载学习-COM comminute
BT_Tutorial
- Bloutooth Test Enrionment Testing some Bluetooth-Functions
1_Wire
- Test implementation for the C code example in Application Note 192 Using the DS2480B Serial 1-Wire Line Driver . This implementation uses the Windows 32-bit serial communication API and a standard DS9097U serial adapter initializing the
1Wire_2014_04_20
- Test implementation for the C code example in Application Note 192 Using the DS2480B Serial 1-Wire Line Driver DLL . This implementation uses the Windows 32-bit serial communication API and a standard DS9097U serial adapter initializing
NetClient
- 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面