搜索资源列表
XBEE_ATDB_reader
- This is a Xbee AT DB command reader working on a LPC2378 board, comunicating through the serial. Very simple to understand code. Good to test Xbee range.
UCGUI324_FS44B0_G57_uCGUI
- 开发环境:ADS 1.2/SDT 2.51 GUI测试,由于没有触摸屏,所以将触摸屏的代码给屏蔽了; 请将FS44B0II开发板连接好交叉网线、直连串口线、电源, 并连接好G57液晶屏,同时还要连接好背光电源; 然后在BIOS的命令窗口里面敲netrun命令; 点击FS44B0_G57_uCGUI\uC-GUI\FS44B0_G57_uCGUI_Data\DebugRel目录下: 批处理文件FS44B0_G57_uCGUI.BAT 下面你就可以看到液晶屏上面显示优龙
TR800CODE_080313
- 新加坡IWOW公司TR800彩信模块的测试代码,基于AT89C51的,详细描述了AT命令的用法-TR800 Singapore company IWOW MMS module test code, based on AT89C51, and a detailed descr iption of the AT command usage
mcu_music
- 单片机IO口播放乐曲,// 单片机用T1中断在IO口P1.0输出乐曲[在P1.0口与VCC间接一喇叭即可听到] // // 1.由于输出的是方波,比较难听:-]你也可以将波形细分用DA输出正弦波 // //2.由于T1频繁中断,任何其他中断发生都会是乐曲打顿,只适合试验 // //3.优化音符编码:一个字节中包含节拍、音符、升降调,可区分数据和命令// //同时人工将音符译为机器码非常容易。-Single-chip IO I play music,// single-chip m
connectone_wifi
- ConnectOne 工业级wifi模块的相关文档,串口通信.可以和单片机相接,及我在PC机端能过串口测试时的指令(带注释)-Industrial ConnectOne class documentation wifi module, serial communications. Single-chip can be connected, and at my PC over the serial terminal to test the command (with Notes)
ATtest
- AT指令 测试GPRS模块的功能的软件,集成了AT指令的所有功能。-GPRS module AT command to test the function of the software, integrates all the features of AT commands.
TestGPRS
- 测试GPRS 模块 C#编写 可在硬件设备上使用。 环境:VS2005和WinCE5.0 全部使用AT指令编写测试指令。 包括拨号、连接TCP、发送数据。 并配有一个简易的Delphi编写的服务端用与测试。 -Test GPRS module C# to write in the hardware devices. Environment: VS2005 and WinCE5.0 All written tests using the AT command instr
msp430f4152XBee
- 使用msp430f4152单片机串口调试XBee模块AT和API命令,经测试正确!-Debugging using the XBee modules msp430f4152 Chip Serial AT and API command, the test correctly!
at_test
- 一个方便的嵌入式(ARM)平台上的AT指令测试工具,可用于测试各种3G模块,已在S3C2440、AT91SAM9260上测试通过。编译时运输行解压目录的 tt脚本-A convenient embedded (ARM) platform, the AT command test tool for testing a variety of 3G modules in S3C2440, AT91SAM9260 on the test. Transport line when compiling th
SerialConsoleProgramBasedOnLPC1768-
- 基于LPC1768的串口控制台程序,使用的是宝马1768开发板。需要外接:串口、lcd1602;需要开发板模块:串口、A/D转换、五向键、I2C、rtc、定时器、内置512kE2PROM、GPIO。已完成测试,开机需输入密码:012345;可使用 , 或 . 键上下切换输入过的命令。可设置、显示时间日期及闹钟,可更改密码。个人开发,引用需注明CJ right.-This project is a serial console program based on LPC1768 ARM chip ,
STM32_ESP8266_WIFI
- 本程序会将WIFI模块发送的数据转发到USART1串口,同时将USART1串口接收到的数据转发给WIFI模块。这样客户就可以通过HL-340的USB转RS232串口线来测试WIFI模块的AT指令了。-The data in this program will be forwarded to the WIFI module sending USART1 serial port, while forwards USART1 receive serial data to WIFI module. So
STM32版FX2N源码&原理图(可直接移植)
- FX2N源码V3.8版的使用基本说明: 编译语言:C语言 FX2N源码V3.8版是根据三菱FX2N的PLC通信协议、通信命令以及基于STM32F103系列单片机上编写运行的程序,可以直接利用三菱编程软件编写梯形图下载运行,无需任何转换。 注:1)目前在STM32F103RD/STM32F103VC/STM32F103VD/STM32F103VE/STM32F103ZE测试通过; 2)本程序不完全支持所有梯形图指令,如果需要其他的功能,需要亲自己修改代码, 编译环境: