搜索资源列表
GPRS_Q2403
- arm下驱动WAVECOM模块Q2403的源代码,包括拨打电话,发短信,串口中断接收发送等!-arm driving under Enfora Flash Card module source code, including telephone calls and send text messages, send interrupt reception so!
Commrxtx
- 利用串口来传输数据,程序既可以发送也可以接收数据-to use serial transmission of data, this process can also receive data
Ethernet_TCP_IP_AssistantV1.0
- 该软件是一个类似串口调试助手的网口调试软件。软件实现TCP/IP下的数据发送和接收功能,可以作为单片机,嵌入式网口程序开发的调试工具-The software is similar to a serial debugging assistant net mouth debugging software. Software TCP / IP of the sending and receiving of data that can be used as a microcontroller, I E
M2MTest_COM
- 结构化封包并且通过文件方式处理串口,完成封包的发送和接收
SerialDebug
- 串口调试程序。 使用VC开发,实现两台PC之间的通信。 可发送接收数据、选择COM口,设置波特率等参数。功能和超级终端类似。
main
- 本文件是串行外设接口总线测试程序,实现串口发送接收数据功能;使用时将跳线器JP6短接, * 使用外部22.1184MHz晶振.
SServer
- 服务器程序要完成以下功能:创建监听Socket进行监听,当有客户端请求连接时,建立一个新的接收Socker处理这个客户的数据发送与接收;接受客户端发来的数据,并向客户端返回相应信息,本程序向客户端返回信息为接收到的信息;将接受的信息通过串口1发送出去