CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 屏幕打印

搜索资源列表

  1. Hello_World_OperatingSystem

    0下载:
  2. 写了一个很简单的内核!只是在屏幕上打印“hello,world”但分析此代码,可详细了解系统的引导过程,以及可以编写UCOS的系统引导程序-was a very simple core! Only on the screen print "hello, world" but this code analysis, a detailed understanding of the system can guide the process and be prepared to gu
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:4280
    • 提供者:李永乐
  1. CheckMemory

    0下载:
  2. 使用EVC4.0,检查剩余内存的大小并打印屏幕上。
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:46353
    • 提供者:凌峰
  1. ddd

    0下载:
  2. 配合hzk16可以在屏幕上打印点阵汉字,可以用于测试hzk16,或用于其他相关。-With hzk16 can print dot matrix characters on the screen can be used to test hzk16, or for other related.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:2173
    • 提供者:dd
  1. Sensor_Testing

    0下载:
  2. 89V51RD2单片机驱动步进电机带动一个测速的四通道光电传感器,分析传感器四个通道是否正常,并在12864的显示屏上显示并用TP微打根据屏幕显示的打印.内附ProtelPCB板并已成功制作样机两台.-Single-chip stepper motor driver 89V51RD2 a gun to drive the four-channel photoelectric sensors, analysis of sensor four-channel and whether it is no
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:772568
    • 提供者:JiangChunlin
  1. Linux

    0下载:
  2. 本程序不需要makefile,交叉编译后可直接下载到芯片上运行。将实验板与电脑通过串口相连,可看见打印咋屏幕上的字符“Hello World”。-This procedure does not require makefile, cross-compiled can be directly downloaded to the chip to run. The experimental board and connected to the computer through the serial p
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:1529735
    • 提供者:朱信
  1. Microsoft-Mobile-Development-Guild

    0下载:
  2. 第Ⅰ部分 移动应用程序开发基础  第1章 .NET Compact Framework移动平台 1.1 Visual Studio移动应用程序开发快速入门   1.1.1 Visual Studio版本的选择   1.1.2 其他软件  1.1.3 目标、半台:Pocket PC,Smartphone还是Windows CE  1.1.4 Windows CE与Windows Mobile的差异  1.1.5 选择.NET Compact Framework的版本
  3. 所属分类:Windows CE

    • 发布日期:2017-05-20
    • 文件大小:5668449
    • 提供者:宋阳
  1. MC2008flashdemo

    0下载:
  2. 针对MC2008POS机,实现读写IC卡、打印、SAM卡认证、FLSH读写与存储、键盘输入、屏幕显示、电源管理。M1卡、TI卡、CPU卡进行读写处理的代码-For MC2008POS machine, to achieve reading and writing IC card, print, SAM card authentication, FLSH read and write and storage, keyboard input, screen display, power manage
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:726
    • 提供者:金泉
  1. MC2008intsamp(GPR-Ba)

    0下载:
  2. 针对MC2008POS机,实现读写IC卡、打印、SAM卡认证、FLSH读写与存储、键盘输入、屏幕显示、电源管理。M1卡、TI卡、CPU卡进行读写处理的代码-For MC2008POS machine, to achieve reading and writing IC card, print, SAM card authentication, FLSH read and write and storage, keyboard input, screen display, power manage
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:189736
    • 提供者:金泉
  1. MC2008GPRS

    0下载:
  2. 针对MC2008POS机,实现读写IC卡、打印、SAM卡认证、FLSH读写与存储、键盘输入、屏幕显示、电源管理。M1卡、TI卡、CPU卡进行读写处理的代码-For MC2008POS machine, to achieve reading and writing IC card, print, SAM card authentication, FLSH read and write and storage, keyboard input, screen display, power manage
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:201454
    • 提供者:金泉
  1. touch

    0下载:
  2. 本实验是一个触摸屏实验,实验者触摸实验板的LCD屏幕,将从串口打印出当前点的坐标值。实验中需要定义触摸屏相关的数据结构TS_EVENT,数据结构TS_EVENT的内容包括按下触摸屏时的压力,位置。 实验环境: 创维特CVTs3c2410开发板 Redhat9.0-This experiment is a touch-screen experiment, the experimenter touch panel LCD screen test, print out the serial
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:814
    • 提供者:tiger
  1. MSP430-man-machine-dialogue

    0下载:
  2. 该程序示范用MSP430单片机串口作为标准终端输入/输出设备的范例。Windows自带有"超级终端"软件,运行后可以将PC机模拟成一个标准终端设备,其中PC机的屏幕变成字符型输出终端设备,PC机键盘变成标准字符输入设备。printf/scanf函数可以向标准字符终端设备打印/获取信息,因此,通过串口连接到PC机并运行超级终端软件后,可以将printf函数的结果打印在PC机屏幕上,也能从PC机键盘向单片机输入数据和信息。-The program demonstrates the MSP430 mi
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:67879
    • 提供者:
  1. MC2008-TI_632modul

    0下载:
  2. 针对MC2008POS机,实现读写IC卡、打印、SAM卡认证、FLSH读写与存储、键盘输入、屏幕显示、电源管理。M1卡、TI卡、CPU卡进行读写处理的代码-For MC2008POS machine, to achieve reading and writing IC card, print, SAM card authentication, FLSH read and write and storage, keyboard input, screen display, power manage
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:118059
    • 提供者:金泉
  1. ti_example_for_user

    0下载:
  2. 针对MC2008POS机,实现读写IC卡、打印、SAM卡认证、FLSH读写与存储、键盘输入、屏幕显示、电源管理。M1卡、TI卡、CPU卡进行读写处理的代码-For MC2008POS machine, to achieve reading and writing IC card, print, SAM card authentication, FLSH read and write and storage, keyboard input, screen display, power manage
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:647144
    • 提供者:金泉
  1. MC2008ID-card

    0下载:
  2. 针对MC2008POS机,实现读写IC卡、打印、SAM卡认证、FLSH读写与存储、键盘输入、屏幕显示、电源管理。M1卡、TI卡、CPU卡进行读写处理的代码-For MC2008POS machine, to achieve reading and writing IC card, print, SAM card authentication, FLSH read and write and storage, keyboard input, screen display, power manage
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:101046
    • 提供者:金泉
  1. Adc_Usart_Tft_v3.5

    0下载:
  2. 串口1(USART1)向电脑的超级终端以n秒为间隔打印当前ADC1的转换电压值(使用了DMA1通道1),并同时实现在TFT屏幕上的显示。 当然,画线,画圆也是小意思(请到"GLCD.h"中查找,并自行添加,已经过测试^_^)。-Serial port 1 (USART1) to the super computer terminal n seconds intervals Print this ADC1 converted voltage value (used DMA1 channel 1
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-28
    • 文件大小:6654840
    • 提供者:郭忠伟
  1. UART_RW

    0下载:
  2. 串口收到数据利用超级终端打印在屏幕,原样打印,基于STM32 的工程-Serial data received printed using hyperterminal screen printed as STM32-based engineering
  3. 所属分类:SCM

    • 发布日期:2017-11-20
    • 文件大小:5193746
    • 提供者:展扬
  1. STM32AD

    0下载:
  2. 实验说明: 1、配置GPIO的时候,要将PC3设置成模拟量输入,模拟量的大小是0-3.3V之间 可以通过精密可调电阻改变输入电压大小。 ** 实验现象: 1、通过JLINK下载后,按下“reset”键,程序开始运行。 2、屏幕打印“FireBull ADC_example”时,开始接收转换结果,以数字量的形式输出。 3、旋转板子上的可调电阻时,可以看都数字量的改变。-Experiment: 1, configurable GPIO when
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:2999
    • 提供者:lipeng
  1. SDIOtest

    0下载:
  2. 本实验将实现如下功能:开机的时候先检测字库,然后检测SD卡是否存在,如果SD卡存在,则初始化SD卡,并通过串口1打印SD卡相关信息,然后开始查找SD卡根目录下的PICTURE文件夹,如果找到则显示该文件夹下面的图片文件(支持bmp、jpg、jpeg或gif格式),循环显示,通过按KEY0和KEY2可以快速浏览下一张和上一张,WK_UP按键用于暂停/继续播放,DS1用于指示当前是否处于暂停状态。如果未找到PICTURE文件夹/任何图片文件,则提示错误。DS0来指示程序正在运行。在正常显示图片的时候
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3366049
    • 提供者:王永明
  1. 6453demo

    0下载:
  2. 实现6453+2207在屏幕上打印自带ASCII字库所有字符-6453+ 2207 ASCII character all characters on the screen print
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:31626
    • 提供者:孙彦辉
  1. myNFC-v1.3

    0下载:
  2. 嵌入式stm32通过串口1与NFC模块通信,NFC模块读取mifare卡信息,将此信息最终通过串口2打印到PC端屏幕,同时ucos提供多任务功能,LED1和LED2以多任务方式闪烁-Embedded stm32 1 and the NFC module through the serial port communication, NFC module reads mifare card information, this information is the final print to 2 P
  3. 所属分类:uCOS

    • 发布日期:2017-05-17
    • 文件大小:4898958
    • 提供者:kunahe
« 12 »
搜珍网 www.dssz.com