搜索资源列表
aduc841
- 基于单片机Aduc841的调试程序,包括锁相环PLL4153的驱动和39VF040flash芯片的驱动以及通过串口和上位机通信的代码。-based SCM Aduc841 debugging procedures, PLL PLL4153 including the driver and 39 VF040flash chip and drive through the serial port and PC communications code.
在VMWare上安装VxWorks操作系统
- 嵌入式系统的调试方法一般为通过PC(宿主机)上的集成开发环境交叉编译针对特定电路板(目标机)的程序,然后将程序通过目标板的 JTAG、串口或网口等途径下载到目标板上运行。如图1。因此,为了构造一个嵌入式系统的学习环境,拥有一块包含CPU、存储器及I/O电路(构造计算机系统)的目标电路板往往是必要的。虽然许多集成开发环境附带模拟软件,但仅限于指令集的模拟,均无法模拟物理的目标机硬件平台,因而在其上只能进行应用程序的象征性模拟开发。但是,并非所有人都能拥有一块物理的电路板。在这种情况下,我们如何构造
ADUC841PWM
- ADUC841 用方式2产生PWM波。附带串口通讯,74HC244扩展P1口,PWM波,AD转换的调试报告。和程序,正常应用。-ADUC841 generate PWM wave with mode 2. With serial communication, 74HC244 extended P1 port, PWM wave, AD conversion of the debug report. And procedures for normal application.
PLCserialcommunications
- 欢迎使用“PLC串口通信调试” 本软件主要用于PLC(或单片机)与计算机的串口通信调试。软件根据目前PLC常用的多种串行通信协议的特点设计,数据的输入、组织和显示方式灵活多样,便于使用和观察调试。 在编制计算机与PLC的串口通信程序时,由于计算机和可编程设备双方均需编制通信程序,调试时往往不知道是哪一方的程序出了问题。可以使用本软件调试PLC一侧的程序,调试正确后再调试计算机侧的程序。本软件为PLC串口通信程序的调试提供了便利。-Welcome to "PLC serial
rs232
- 基于FPGA的rs232串口调试程序,开发板DE2。-Rs232 serial FPGA-based debugger, development board DE2.
Driver_AS3992RFID_for_ARM
- ARM开发板直接驱动基于AS9332芯片RFID模块的相关程序和函数节选。在STM32F107开发板上调试运行通过。演示程序已经支持4.3’LCD触摸屏、8GMicroSD卡、EEPROM、2M的Flash SST25VF016B,支持两个串口、一个SPI,还有按键、LED,有实时时钟等,软件功能有文本浏览、图片浏览、画板,以及RFID读写。-Driver AS9332 RFID module for ARM
mcs51-tools
- 程序设计员经常用到的几个好用工具,有以下:51反编译器,NE555电路设计软件,串口调试工具,hex文件编辑器-Programmers frequently used several easy to use tools, the following: 51 anti-compiler, the NE555 circuit design software, serial port debugging tool, hex file editor
first_sc
- 串口调试程序 多机用的 PC对单片机 从机程序-PC serial debugger machine microcontroller slave program
Timer
- RM7 UART串口接收实例程序,TXT文档 可以KEIL直接调试-RM7 UART serial port to receive examples of procedures, TXT documents can be directly KEIL debug
vbchuankou
- 用VB编写的串口调试助手,附带51程序,大家可以学习,很经典,很地道-With VB serial debugging assistant, with 51 programs
QL--Grape--Test-fixture
- IPAD5测试治具。主要涉及C51串口通信(115200,8,n,1)。 压缩包中包含C51程序、电路图、调试说明、接线资料等-IPAD5 test fixture. Mainly related to C51 serial communications (115200,8, n, 1). Compressed package contains C51, schematics, debugging instructions, wiring information, etc.
labviewVISA
- 介绍了众多的学习文件,常见的串口调试程序,-Introduces a large number of study documents, common serial debugger,
COMM
- 这是我的最近一个关于VB串口调试开发的代码程序-This is my last about VB serial debug code
CO2mh214
- 二氧化碳模组mh214的51单片机程序,串口接收,已经调试通过-Carbon dioxide module mh214 51 SCM procedures, serial reception, has been debugging through
QtSerial
- QT LINUX serial串口通讯程序,调试通过-QT LINUX serial
GPS
- GPS串口调试程序不知道好不好求各位大神鉴定。-GPS serial debugger does not know good or bad you ask the god identification.
20161109
- 蓝牙4.0模块计数资料,包含串口调试助手,详细调试方法,程序设计思路-Bluetooth 4.0 module count data
SerialPortConnection
- 在VC10下面用C#写的一个串口调试程序,学习电脑串口和C#语言。很有用!(Under VC10, a serial debug program written by C# is used to learn computer serial port and C# language. It's very useful!)
串口通讯
- 我们可以用E4A的串口通信类库获取到设备列表。其中就包含/dev/ttyS0 ~ /dev/ttyS3 的串口设备。具体使用到哪个设备,在调试中去找。只有接好线后,在程序中打开串口,把设备路径和波特率填好,打开成功的就是需要使用的串口设备,之后就能正常通信了!