搜索资源列表
SmsTest.zip
- 本代码实现通过串口收发短消息。
通过串口收发短消息.rar
- 本代码实现通过串口收发短消息。
CMPPClient1.0
- 使用at指令发送的代码 使用标准AT指令 现在只能支持PDU模式(Text模式太简陋)! 支持7_Bit 和 UCS2 编码 集成了串口(spcomm) 只需要简单的配置几个参数就可以收发短信了-use of this directive at the code using standard AT command now only support PDU mode (Text mode - too shabby)!
io_uart
- 51用C编写的io口模拟串口收发程序代码-51 C io I prepared the simulation code Serial Transceivers
UARTExample
- DSP BF533的串口通讯代码。通过回调函数进行字符的收发。-BF533 DSP serial port communications code. Through the callback function characters TX.
4SPCOMLIB
- 4串口收发代码的函数库, 4串口收发代码的函数库,4串口收发代码的函数库-four Serial Transceivers code libraries, four serial transceivers code libraries, 4 Serial Transceivers code libraries, four serial transceivers code library
nRF905Soft
- nrf905串口收发等资源代码,收费买来到
uartdemo
- 这个项目文件只是用来示范怎样使用Keil的软件仿真功能来调试串口的,请不要用于其它用途。如需转载,请获得作者得许可。 这个程序是从我以前一个项目中提取出来的,为了容易理解和方便调试,做了大幅度的简化。 为了保证文件代码的整齐,文件中使用空格代替Tab制表符,这样可以保证在不同的编辑器和编辑环境中代码的版面不会错乱。 这里采用了串口缓冲区收发合一的方式,适合于半双工通信。
ICC-moni-COM
- 模拟串口实现代码, Baud: 9600Bps , Format: 1,8,1,无校验位, MCU:M88 , CRYSTAL:3.6864M , ICC AVR6.31A , 占用定时器T0(工作在查询方式) ,在项目中使用,收发一切正常.
CMPPClient1.0
- 使用at指令发送的代码 使用标准AT指令 现在只能支持PDU模式(Text模式太简陋)! 支持7_Bit 和 UCS2 编码 集成了串口(spcomm) 只需要简单的配置几个参数就可以收发短信了-use of this directive at the code using standard AT command now only support PDU mode (Text mode- too shabby)! U
io_uart
- 51用C编写的io口模拟串口收发程序代码-51 C io I prepared the simulation code Serial Transceivers
ICC-moni-COM
- 模拟串口实现代码, Baud: 9600Bps , Format: 1,8,1,无校验位, MCU:M88 , CRYSTAL:3.6864M , ICC AVR6.31A , 占用定时器T0(工作在查询方式) ,在项目中使用,收发一切正常.-Simulation of serial code, Baud: 9600Bps, Format: 1,8,1, no parity bit, MCU: M88, CR
bleTester-master
- 蓝牙4.0 BLE串口收发源代码,经测试好用,可再次基础上改写自己的应用。(Bluetooth 4 BLE serial source code, after testing with good, but again on the basis of rewriting their own applications.)
BTClient
- 可用于调试蓝牙功能,蓝牙串口收发,此实例为仅作为蓝牙客户端,代码开源。(Debug the function of bluetooth,the source code is open.)
串口5库函数模板-寄存器编程
- STM32串口5的收发程序代码,程序用的是寄存器写的,有一定的参考价值。(STM32 serial 5 of the transceiver code, the program is written in register, and has a certain reference value)
串口实验
- stm32f103的串口例程代码, 详细分析了stm32f103的串口硬件寄存器,收发机制(STM32F103 serial port routine code, detailed analysis of STM32F103 serial port hardware register, transceiver mechanism.)
stc12c5a60s2串口收发
- stc12c5a60s2温度控制源程序代码(stc12c5a60s2temperature controlSource code)
串口工具
- 本程序是个人学习Python的tkinter模块时编写,实现了串口的数据收发,由于是初学者,代码中可能会出现很多错误或不好的编程习惯,请谅解! 实现功能:1.用Python开发,Tkinter构建界面;2.可自动列出所有串口,并自定义参数,选择串口后自动打开;3.实现无延时接收消息;4.可保存接收的数据;7.支持自动适应分辨率;8.支持单独发送和定时发送;9.支持发送新行和HEX发送;10.支持发送文件,并可自定义发送频率;11.支持
RS232
- 串口收发代码,可设置速率,工程中已验证可用(Serial transceiver code, can set the rate, the project has been verified to be available)
python的串口通信
- 如何用python代码实现简单的串口收发通信例程