-
IAR Embedded Workbench 说明,使用手册,
IAR Embedded Workbench 说明,使用手册,-IAR Embedded Workbench,Datasheet
- 2022-04-24 13:48:48下载
- 积分:1
-
lpc2132演示程序,同样是"基于硬件FIFO和缓冲队列的"串口收发演示,...
lpc2132演示程序,同样是"基于硬件FIFO和缓冲队列的"串口收发演示,-lpc2132 demo program, it is also a "hardware-based buffer FIFO Queue and the" serial transceivers demonstration
- 2022-11-28 19:20:03下载
- 积分:1
-
CH375并口方式控制打印机
应用背景
单片机通过CH375链接USB口的打印机
// 单片机通过CH375控制USB打印机
// 程序示例,C语言,CH375中断为查询方式,只负责数据传输,不涉及打印格式及打印描述语言
// 另可提供多台计算机共享一台USB打印机的方案
// 以下定义适用于AVR 单片机,其它单片机参照修改,为了提供C语言的速度需要对本程序进行优化
关键技术
/* PORTB |= 0x08; // 输出A0=1
PORTA = mCmd; // 向CH375的并口输出数据
DDRA = 0xFF; // 并口D0-D7输出
PORTB &= 0xF9; // 输出有效写控制信号, 写CH375芯片的命令端口, A0=1; CS=0; WR=0; RD=1;
DDRA = 0xFF; // 该操作无意义,仅作延时,CH375要求读写脉冲宽度大于100nS
PORTB |= 0x07; // 输出无效的控制信号, 完成操作CH375芯片, A0=1; CS=1; WR=1; RD=1;
DDRA = 0x00; // 禁止数据输出
PORTB &= 0xF7; // 输出A0=0; 可选操作
*/
- 2023-09-03 07:10:03下载
- 积分:1
-
Perfect Example for Embedded
Perfect Example for Embedded-C begineers
Explaining use of Data types, Storage class specifiers.
The following code will not immediately run. After being debugged, you are to run this code in the MPLAB environment as outlined in the procedure.
This code, when working, will be a very simple program that initializes two variables, runs a loop, and stops. The variables are Fahrenheit and Celsius representing the two common units of Temperature. The loop walks Fahrenheit through all integers between -212.0 and +212.0 while setting the respective Celsius value each step of the way.-Perfect Example for Embedded-C begineers
Explaining use of Data types, Storage class specifiers.
The following code will not immediately run. After being debugged, you are to run this code in the MPLAB environment as outlined in the procedure.
This code, when working, will be a very simple program that initializes two variables, runs a loop, and stops. The variables are Fahrenheit and Celsius repr
- 2022-03-02 19:58:08下载
- 积分:1
-
嵌入式web服务器源代码。可以移植的arm等嵌入式上。经试验运行稳定可靠。欢迎下载并给出建议...
嵌入式web服务器源代码。可以移植的arm等嵌入式上。经试验运行稳定可靠。欢迎下载并给出建议-Embedded web server source code. Can be transferred, such as embedded on the arm. Stable and reliable operation by the pilot。Welcome to download and give recommendations
- 2022-04-25 05:15:52下载
- 积分:1
-
优龙FS2410板的看门狗定时器源码,可以实现定时复位,开发平台为ADS1.2。...
优龙FS2410板的看门狗定时器源码,可以实现定时复位,开发平台为ADS1.2。-Liuzhou excellent FS2410 source board watchdog timer, reset timer can be achieved, development platform for ADS1.2.
- 2022-03-02 19:18:11下载
- 积分:1
-
msp430 microcontroller data sheet suitable for beginners, want to be helpful for...
msp430数据手册适合单片机的初学者,希望对初学者有所帮助-msp430 microcontroller data sheet suitable for beginners, want to be helpful for beginners ... ...
- 2022-04-09 14:44:45下载
- 积分:1
-
飞思卡尔hcs12单片机中文资料
应用背景飞思卡尔单片机hcs12中文资料,介绍16位mcu的使用,编程关键技术可用于飞思卡尔智能车设计大赛中的单片机开发参考,详细介绍pwm模块的操作等
- 2023-07-22 08:55:03下载
- 积分:1
-
a complete code (using Hitachi PICKUP monitor)
一个完整DVDROM代码(使用日立PICKUP)-a complete code (using Hitachi PICKUP monitor)
- 2022-03-02 15:20:38下载
- 积分:1
-
用C++写的数控机床3轴上位机软件可解释G代码
资源描述本资料是一款数控CNC软件,C++语言写的可以解释数控G代码的软件。对初学者很有帮助。
- 2023-04-18 20:10:03下载
- 积分:1