实例介绍
SmartARM3250通用教学/竞赛/工控开发平的一些开发实例,包括串口、USB、CAN- bus、CF卡、SD/MMC卡、I2S音频、以太网等通讯实例。
【实例截图】
【核心代码】
4744300845146596631.rar
└── 第3章 Windows Embedded CE 6.0 高级实验
├── 3.11 GPRS拨打电话实验
│ ├── GPRS datasheet
│ │ ├── ZWG-13A 产品数据手册V1.2.pdf
│ │ └── ZWG-13A 产品用户手册V1.4.pdf
│ ├── GPRSDial
│ │ ├── CeSerial.BAK
│ │ ├── CeSerial.cpp
│ │ ├── CeSerial.h
│ │ ├── GPRS.BAK
│ │ ├── GPRS.cpp
│ │ ├── GPRSDial.aps
│ │ ├── GPRSDial.cpp
│ │ ├── GPRSDialDlg.BAK
│ │ ├── GPRSDialDlg.cpp
│ │ ├── GPRSDialDlg.h
│ │ ├── GPRSDial.h
│ │ ├── GPRSDial.rc
│ │ ├── GPRSDial.vcproj
│ │ ├── GPRSDial.vcproj.BENQ-PC.BenQ.user
│ │ ├── GPRSDial.vcproj.MICROSOF-05F4AC.Administrator.user
│ │ ├── GPRSDial.vcproj.ZLGMCU.chenlong.user
│ │ ├── GPRS.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── GPRSDial.ico
│ │ │ └── GPRSDial.rc2
│ │ ├── resource.h
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ ├── GPRSDial.sln
│ ├── GPRSDial.suo
│ └── UART功能选择.exe
├── 3.12GPRS收发短信实验
│ ├── GPRS datasheet
│ │ ├── ZWG-13A 产品数据手册V1.2.pdf
│ │ └── ZWG-13A 产品用户手册V1.4.pdf
│ ├── GPRSMsg
│ │ ├── CeSerial.BAK
│ │ ├── CeSerial.cpp
│ │ ├── CeSerial.h
│ │ ├── GPRS.BAK
│ │ ├── GPRS.cpp
│ │ ├── GPRS.h
│ │ ├── GPRSMsg.aps
│ │ ├── GPRSMsg.cpp
│ │ ├── GPRSMsgDlg.BAK
│ │ ├── GPRSMsgDlg.cpp
│ │ ├── GPRSMsgDlg.h
│ │ ├── GPRSMsg.h
│ │ ├── GPRSMsg.rc
│ │ ├── GPRSMsg.vcproj
│ │ ├── GPRSMsg.vcproj.BENQ-PC.BenQ.user
│ │ ├── GPRSMsg.vcproj.MICROSOF-05F4AC.Administrator.user
│ │ ├── GPRSMsg.vcproj.MICROSOF-9A6789.Administrator.user
│ │ ├── GPRSMsg.vcproj.ZLGMCU.chenlong.user
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── GPRSMsg.ico
│ │ │ └── GPRSMsg.rc2
│ │ ├── resource.h
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ ├── GPRSMsg.sln
│ ├── GPRSMsg.suo
│ └── UART功能选择.exe
├── 3.14 CAN总线通信实验
│ ├── CanTest
│ │ ├── CanTest.aps
│ │ ├── CanTest.cpp
│ │ ├── CanTestDlg.BAK
│ │ ├── CanTestDlg.cpp
│ │ ├── CanTestDlg.h
│ │ ├── CanTest.h
│ │ ├── CanTest.rc
│ │ ├── CanTest.vcproj
│ │ ├── CanTest.vcproj.BENQ-PC.BenQ.user
│ │ ├── CanTest.vcproj.MICROSOF-9A6789.Administrator.user
│ │ ├── CanTest.vcproj.ZLGMCU.chenlong.user
│ │ ├── CanTest.vcproj.ZLGMCU.zhuyong.user
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── CanTest.ico
│ │ │ └── CanTest.rc2
│ │ ├── resource.h
│ │ ├── SettingDlg.cpp
│ │ ├── SettingDlg.h
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ ├── CanTest.sln
│ └── CanTest.suo
├── 3.1 GPIO输出控制实验
│ ├── GPIOTest
│ │ ├── gpio.h
│ │ ├── GPIOTest.aps
│ │ ├── GPIOTest.cpp
│ │ ├── GPIOTestDlg.cpp
│ │ ├── GPIOTestDlg.h
│ │ ├── GPIOTest.h
│ │ ├── GPIOTestppc.aps
│ │ ├── GPIOTestppc.rc
│ │ ├── GPIOTest.rc
│ │ ├── GPIOTest.vcproj
│ │ ├── GPIOTest.vcproj.MICROSOF-9A6789.Administrator.user
│ │ ├── GPIOTest.vcproj.ZLGMCU.chenlong.user
│ │ ├── GPIOTest.vcproj.ZLGMCU.zhuyong.user
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── GPIOTest.ico
│ │ │ ├── GPIOTestppc.rc2
│ │ │ └── GPIOTest.rc2
│ │ ├── resource.h
│ │ ├── Resourceppc.h
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ ├── GPIOTest.sln
│ └── GPIOTest.suo
├── 3.2 SPI接口Flash读写实验
│ ├── SPI Flash
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── SPI Flash.ico
│ │ │ ├── SPIFlashppc.rc2
│ │ │ └── SPIFlash.rc2
│ │ ├── resource.h
│ │ ├── Resourceppc.h
│ │ ├── SPI Flash.aps
│ │ ├── SPI Flash.cpp
│ │ ├── SPI FlashDlg.BAK
│ │ ├── SPI FlashDlg.cpp
│ │ ├── SPI FlashDlg.h
│ │ ├── SPI Flash.h
│ │ ├── SPI Flashppc.aps
│ │ ├── SPI Flashppc.rc
│ │ ├── SPI Flash.rc
│ │ ├── SPI Flash.vcproj
│ │ ├── SPI Flash.vcproj.JURE-552B34BBE1.JURE.user
│ │ ├── SPI Flash.vcproj.MICROSOF-9A6789.Administrator.user
│ │ ├── SPI Flash.vcproj.ZLGMCU.chenlong.user
│ │ ├── SPI Flash.vcproj.ZLGMCU.zhuyong.user
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ ├── SPI Flash.sln
│ └── SPI Flash.suo
├── 3.3 ADC定时采样显示实验
│ ├── ADCTest
│ │ ├── adc.h
│ │ ├── ADCTest.aps
│ │ ├── ADCTest.cpp
│ │ ├── ADCTestDlg.BAK
│ │ ├── ADCTestDlg.cpp
│ │ ├── ADCTestDlg.h
│ │ ├── ADCTest.h
│ │ ├── ADCTest.rc
│ │ ├── ADCTest.vcproj
│ │ ├── ADCTest.vcproj.BENQ-PC.BenQ.user
│ │ ├── ADCTest.vcproj.MICROSOF-9A6789.Administrator.user
│ │ ├── ADCTest.vcproj.ZLGMCU.chenlong.user
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── ADCTest.ico
│ │ │ └── ADCTest.rc2
│ │ ├── resource.h
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ ├── ADCTest.sln
│ └── ADCTest.suo
├── 3.4 PWM 控制实验
│ ├── DeadMotorTest
│ │ ├── DeadMotorTest.aps
│ │ ├── DeadMotorTest.cpp
│ │ ├── DeadMotorTestDlg.BAK
│ │ ├── DeadMotorTestDlg.cpp
│ │ ├── DeadMotorTestDlg.h
│ │ ├── DeadMotorTest.h
│ │ ├── DeadMotorTest.rc
│ │ ├── DeadMotorTest.vcproj
│ │ ├── DeadMotorTest.vcproj.BENQ-PC.BenQ.user
│ │ ├── DeadMotorTest.vcproj.MICROSOF-9A6789.Administrator.user
│ │ ├── DeadMotorTest.vcproj.ZLGMCU.chenlong.user
│ │ ├── DeadMotorTest.vcproj.ZLGMCU.zhuyong.user
│ │ ├── pwm.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── DeadMotorTest.ico
│ │ │ └── DeadMotorTest.rc2
│ │ ├── resource.h
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ ├── DeadMotorTest.sln
│ └── DeadMotorTest.suo
├── 3.5 SDMMC卡读写实验
│ ├── SDMMCTEST
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── SDMMCTEST.ico
│ │ │ ├── SDMMCTESTppc.rc2
│ │ │ └── SDMMCTEST.rc2
│ │ ├── resource.h
│ │ ├── Resourceppc.h
│ │ ├── SDMMCTEST.APS
│ │ ├── SDMMCTEST.cpp
│ │ ├── SDMMCTESTDlg.BAK
│ │ ├── SDMMCTESTDlg.cpp
│ │ ├── SDMMCTESTDlg.h
│ │ ├── SDMMCTEST.h
│ │ ├── SDMMCTESTppc.aps
│ │ ├── SDMMCTESTppc.rc
│ │ ├── SDMMCTEST.rc
│ │ ├── SDMMCTEST.vcproj
│ │ ├── SDMMCTEST.vcproj.JURE-552B34BBE1.JURE.user
│ │ ├── SDMMCTEST.vcproj.MICROSOF-9A6789.Administrator.user
│ │ ├── SDMMCTEST.vcproj.ZLGMCU.chenlong.user
│ │ ├── SDMMCTEST.vcproj.ZLGMCU.zhuyong.user
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ ├── SDMMCTEST.sln
│ └── SDMMCTEST.suo
├── 3.6 SmartARM3250与PC机串口通信实验
│ ├── SerialPort
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── SerialPort.ico
│ │ │ ├── SerialPortppc.rc2
│ │ │ └── SerialPort.rc2
│ │ ├── resource.h
│ │ ├── resourceppc.h
│ │ ├── SerialPort.aps
│ │ ├── SerialPort.cpp
│ │ ├── SerialPortDlg.cpp
│ │ ├── SerialPortDlg.h
│ │ ├── SerialPort.h
│ │ ├── SerialPortppc.aps
│ │ ├── SerialPortppc.rc
│ │ ├── SerialPort.rc
│ │ ├── SerialPort.vcproj
│ │ ├── SerialPort.vcproj.JURE-552B34BBE1.JURE.user
│ │ ├── SerialPort.vcproj.MICROSOF-9A6789.Administrator.user
│ │ ├── SerialPort.vcproj.ZLGMCU.chenlong.user
│ │ ├── SerialPort.vcproj.ZLGMCU.zhuyong.user
│ │ ├── Set.cpp
│ │ ├── Set.h
│ │ ├── SmartARM3250 (ARMV4I)
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ ├── SerialPort.sln
│ └── SerialPort.suo
├── 3.7 红外通信实验
│ ├── SerialPort
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── SerialPort.ico
│ │ │ ├── SerialPortppc.rc2
│ │ │ └── SerialPort.rc2
│ │ ├── resource.h
│ │ ├── resourceppc.h
│ │ ├── SerialPort.aps
│ │ ├── SerialPort.cpp
│ │ ├── SerialPortDlg.BAK
│ │ ├── SerialPortDlg.cpp
│ │ ├── SerialPortDlg.h
│ │ ├── SerialPort.h
│ │ ├── SerialPortppc.aps
│ │ ├── SerialPortppc.rc
│ │ ├── SerialPort.rc
│ │ ├── SerialPort.vcproj
│ │ ├── SerialPort.vcproj.MICROSOF-9A6789.Administrator.user
│ │ ├── SerialPort.vcproj.ZLGMCU.chenlong.user
│ │ ├── SerialPort.vcproj.ZLGMCU.zhuyong.user
│ │ ├── Set.cpp
│ │ ├── Set.h
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ ├── SerialPort.sln
│ └── SerialPort.suo
├── 3.8 UDP通信实验
│ ├── TCPUDPDebug1025_Setup.exe
│ ├── UDP Test
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── UDP Test.ico
│ │ │ ├── UDPTestppc.rc2
│ │ │ └── UDPTest.rc2
│ │ ├── resource.h
│ │ ├── Resourceppc.h
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ ├── UDP Test.aps
│ │ ├── UDP Test.cpp
│ │ ├── UDP TestDlg.BAK
│ │ ├── UDP TestDlg.cpp
│ │ ├── UDP TestDlg.h
│ │ ├── UDP Test.h
│ │ ├── UDP Testppc.aps
│ │ ├── UDP Testppc.rc
│ │ ├── UDP Test.rc
│ │ ├── UDP Test.vcproj
│ │ ├── UDP Test.vcproj.JURE-552B34BBE1.JURE.user
│ │ ├── UDP Test.vcproj.MICROSOF-9A6789.Administrator.user
│ │ ├── UDP Test.vcproj.ZLGMCU.chenlong.user
│ │ └── UDP Test.vcproj.ZLGMCU.zhuyong.user
│ ├── UDP Test.sln
│ └── UDP Test.suo
└── 3.9 TCPIP通信实验
├── TCPClientEx
│ ├── ReadMe.txt
│ ├── res
│ │ ├── TCPClientEx.ico
│ │ ├── TCPClientExppc.rc2
│ │ └── TCPClientEx.rc2
│ ├── resource.h
│ ├── Resourceppc.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── TCPClientEx.aps
│ ├── TCPClientEx.cpp
│ ├── TCPClientExDlg.BAK
│ ├── TCPClientExDlg.cpp
│ ├── TCPClientExDlg.h
│ ├── TCPClientEx.h
│ ├── TCPClientExppc.aps
│ ├── TCPClientExppc.rc
│ ├── TCPClientEx.rc
│ ├── TCPClientEx.vcproj
│ ├── TCPClientEx.vcproj.MICROSOF-9A6789.Administrator.user
│ ├── TCPClientEx.vcproj.ZLGMCU.chenlong.user
│ └── TCPClientEx.vcproj.ZLGMCU.zhuyong.user
├── TCPClientEx.sln
├── TCPClientEx.suo
└── TCPUDPDebug1025_Setup.exe
40 directories, 290 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论