通过发送AT命令实现发送和接受短信的功能
上传时间: 2014-03-02
上传用户:gxmm
数字调幅广播digital radio mondiale对pc声卡的驱动
上传时间: 2013-12-29
上传用户:aeiouetla
实现pc机键盘(p/s2接口)与8位单片机连接使用 原理:键盘时钟接在p3.2口,既8051的外部中断int0上,键盘数据接到p1.0上 每次按键,键盘会向单片机发脉冲使单片机发生外部中断,数据有p1.0口一位一位传进来 传回的数据格式为:1位开始位(0),8位数据位(所按按键的通码,用来识别按键),1位校验位(奇校验) 1位结束位(1) 实现:将键盘发回的数据放到一个缓冲区里(数组),当按键结束后发生内部中断来处理所按的按键 缺点:由于51单片机的容量有限所以缓冲区不可以开的太大,这就导致可以记录键盘的按键次数过少, 也就是容错性一般。不过如果正常使用键盘是不会出错的
上传时间: 2013-12-05
上传用户:清风冷雨
Sony ericson Modem AT command
标签: ericson command Modem Sony
上传时间: 2013-12-19
上传用户:稀世之宝039
Vxworks For PC Pentium 的BSP,已在Vmware上调试通过,可以在pentium/pentiumII/pentium/PentiumIV 上运行,以太网口工作正常. 调试环境,Tornado for Pentium
标签: pentium PentiumIV pentiumII Vxworks
上传时间: 2013-12-18
上传用户:lanjisu111
C和BASIC对51系列编实现PC机与MCU通信,以将MCU作PC的前端数据采集器或命令执行器.
上传时间: 2013-12-20
上传用户:wfeel
fs44b0x_usb -- usb 测试程序 PC机部分的软件 1) LEDDEMO -- 控制 FS44B0X板上三个LED的程序 2) D12_DRIVER_FOR_WIN98 -- USB芯片WIN98的驱动程序 3) D12_DRIVER_FOR_WINXP -- USB芯片WINXP的驱动程序 FS44B0X板的USB固件程序--源代码 USB_DEMO 使用方法: 1)在SDT2.51里调入usb_demo.axf, 运行。 2)接上usb电缆,安装win98的d12驱动程序(或者winxp的d12驱动程序) 3) 运行 LEDDEMO ,用鼠标点击led1, led2, led3,可以看到FS44B0X板上三个LED亮灭。
标签: DRIVER_FOR_WIN LEDDEMO x_usb 44
上传时间: 2014-01-19
上传用户:李梦晗
单片机写的和pc通信的简易电子琴源代码 通过pc键盘控制电子琴的软件部分
上传时间: 2013-12-03
上传用户:541657925
This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will display in the debug window a message saying no memory leaks detected if there are no memory leaks. Similar to what crtdbg.h does in VC++. The code detects memory leaks generated with calls to new and delete operators in C++. The code doesn t detect memory leaks generated with C functions: malloc, calloc, free, but that can be done in the future. Let me know and I will program it.
标签: the embedded detects almost
上传时间: 2015-05-07
上传用户:comua
This program prints the C8051F124 die temperature out the hardware UART at 115200bps. This example uses the internal 24.5MHz oscillator multiplied by 2 using the on-chip PLL (SYSCLK = 49MHz).
标签: This temperature C8051F124 the
上传时间: 2014-01-12
上传用户:Avoid98