搜索资源列表
Linux_print_color_string
- 用C语言Linux下打印带颜色的字符串,串口输出彩色字符串,让你的字符串带上色彩,错误信息输出红色。-Print colored string C language Linux, serial output color strings, so you put a string of color, output an error message in red.
Com
- 读串口工具,重复的数据只打印一次-Read a serial port tools, duplicate data print only once。。。。。
PrintTest
- MFC 开发的打印源码,可以连接斑马打印机等其它打印机,支持 串口 和 LPT并口 打印两种方式,网上资源实在太少,得之不易,于是分享给大家- MFC 开发的打印源码,可以连接斑马打印机等其它打印机,支持 串口 和 LPT并口 打印两种方式,网上资源实在太少,得之不易,于是分享给大家 Print source MFC development, can be connected to other Zebra printer printer, support serial and LP
colloction
- Arduino串口通讯,发送1开始采集,对A0-A4口轮询采集,并打印出来,每一路数据分别以a,b,c,d,e标识,适合新手-Arduino serial communication, send 1 to start collection, the A0-A4 port polling collection, and print out, each way the data were a, b, c, d, e logo
K60_DMA_Eagle-eye-camera-capture
- K60单片机通过DMA方式获取鹰眼摄像机数据,然后通过串口在上位机上打印输出-K60 microcontroller through the DMA way to obtain eagle eye camera data, and then print the output on the PC through the serial port
DA14580
- Dialog BLE 串口通信 实现蓝牙与电脑 通信和信息打印-Dialog BLE u4E32 u53E3 u901A u4FE1
suceed
- 基于STM32的ADXL345三轴加速度传感器程序,可以通过串口将数据输入电脑并打印-STM32-based ADXL345 three-axis acceleration sensor program, you can enter the data through the serial port and print
Toshiba_SX5T_RFID_HF_Demo_VB6
- 东芝SX5T高频模块开发DEMO,程序需要借助已安装了高频模块的东芝SX5T条码机才能使用,直接调用串口,无需安装驱动。除了电子读写部分,DEMO还根据机器的指令特点做了二次开发,使得打印标签更为方便、快捷、易懂。(Toshiba SX5T high frequency module development DEMO, procedures need to use the high frequency module has been installed Toshiba SX5T barcode
5.接收短信控制LED灯
- 1、板子上电后运行指示灯RUNING_LED会以一秒的频率闪烁; 2、通过芯片的串口1可以监视模块的登录情况; 3、手机发送“onled”点亮LED; 4、手机发送“offled”熄灭LED; 5、使用串口2与模块通信,串口1用于将信息打印输出。(1, after the board power, the operating indicator RUNING_LED will flicker at a frequency of one second; 2, through the ch
ADC-DMA
- 连续采集AD转换值,使用DMA的方式保存,并使用串口将AD转换结果打印(Continuous collection of AD conversion value, using the DMA way to save, and use the serial port to print the AD conversion results)
Pos58Demo
- 串口操作POS58小票打印机,绘图打印小票(POS58Plot printing small ticket)
STM32printf
- 这是一个在stm32上运行的Printf打印功能函数,它可用于串口调试打印一些调试信息,帮助分析问题。(This is a Printf print function that runs on the STM32. It can be used for serial debugging, printing some debugging information, and helping to analyze problems.)
stc15测脉宽
- 采用stc15单片的捕获功能测量脉冲周期 精度高 误差小 将测量结果打印到串口显示结果(Stc15 capture function is used to measure the pulse cycle, high accuracy, small error, and print the measurement results to the serial port)
826611100
- esp8266 tcp网络串口助手发数据,接受同时打印在网络串口助手和串口助手上(Esp8266 TCP network serial assistant to send data, accept, print at the network serial assistant and serial assistant)
adc
- 采集三路ADC信号,转化后串口1打印输出(Acquisition of three ADC signal, the conversion of the serial port 1 print output)
arduino demo
- arduino 开发板数字口 模拟口 I2C口 功能测试 串口数据上传打印端口输入状态 AVR功能测试版(AVR Functional test edition)
hyperterminal-v2.4.8
- 超级终端软件可以方便的用于嵌入式串口调试,查看串口的打印输出(This software is very easy to use for debugging your code)
ADC
- STM8 AD采样 读取,串口发送实例,通过初始化ADC的AIN10通道,将传感器的ADC值通过串口进行打印(STM8 AD sample read, serial send instance, through the initialization of the AIN10 ADC channel, the sensor ADC value through the serial port for printing)
Bootloaderv1.0
- STM32F103x 通过串口1实现在线升级,并打印调试信息,已测试升级成功,里面有详细说明文档(STM32F103x through the serial port 1 to achieve online upgrade, and print debugging information, has been successfully upgraded test, there are detailed documentation.)
STM32F407_uCOS-III lwip(20160827)
- 主要实现功能: 1 tcp server并发(主要涉及文件app_lwip.c、app_tcp_server.c) 2 网线热插拔(主要涉及文件app_lwip.c、app_tcp_server.c) 3 不重启修改ip地址(主要涉及文件app_lwip.c、app_tcp_server.c、app_key.c(按键修改ip地址)) 4 将lwip的数据接收从中断方式改成单独的接收任务方式(主要涉及文件app_lwip.c) 5 usb串口信息打印(115200波特率) 6 注意:使