搜索资源列表
PICMyApp
- PIC的应用例子,很不错的!可以使用一下!-PIC application examples, very good! What can use!
can_v1_00
- CAN开发例子,很不错的!可以看一下!PIC的-CAN development examples, very good! Look at it! PIC
ccan.rar
- pic18f248的CAN通信chengxu,pic18f248 CAN communication chengxu
ccsc_dcp_lcd
- 使用PIC 16F877A及CCS-C语言编写的可以在ICD/MCD2 DEMO板上运行的应用程序,可以以RB0按键控制数字电位器(Xicor X9C102)改变电阻、并在DEMO板的1602 LCD上实时显示效果。-PIC 16F877A and the use of CCS-C language ICD/MCD2 DEMO board can run applications, key control can Rb0 Digital Potentiometers (Xicor X9C102)
PICFDelayCalc
- pic延时子程序,同过.EXE文件取出的值替换下面的代码,就能很好的实现延时。 1层循环例程: movlw 0x00 取值 movwf n0 incfsz n0 goto $-1 return 2层循环例程: movlw 0x11 外层 movwf n1 movlw 0x00 里层 movwf n0 incfsz n0 goto $-1 incfsz n1 goto $-5 return-D
Example1
- About G LCD you can try this for JHD12864E
PIC-USB-STK-USBtoRS232
- Emulates an serial to usb adapter with pic18f4550 internal uart and usb connection. It can communicate with any serial port via max232 interface chip.
TQ6050_PICC
- PIC的时钟芯片c语言程序,iic接口。子程序可能通用E方-PICC of the clock chip c language program, iic interface. can use in EEPROM
IntroToCAN_062304
- intro CAN protocol, the silde show CAN,how can u use pic?
Newnes.PIC.Basic.Projects.30.Projects.using.PIC.B
- Covering the PIC BASIC and PIC BASIC PRO compilers, PIC Basic Projects provides an easy-to-use toolkit for developing applications with PIC BASIC. Numerous simple projects give clear and concrete examples of how PIC BASIC can be used to develop elect
pic_printer
- 8-bit Digital I/O Module with RS-485 Interface. This chip uses a slightly larger PIC (16C63A) so it has more RAM for a bigger packet buffer. This chip has a 128 byte buffer so long text strings can be sent to it for printing on a printer or any ot
PIC-16F877A-temperature-meter
- A Four Chanel Temperature Meter using PIC 16F877A and sensor LM35. Output value on LCD 16x2. Can setup "Alarm-Temp" for each chanel.
led_matrix_dened_on_microcontroller
- LED MATRIX display this project contains source code and pdf file to show to you how to interface LED matrix using PIC microcontorller .. how to show your data on it and moving your data from left to right throw led matrix Moving signs are
pic887--and--lcd12864-st
- pic877驱动lcd12864 st7920实现汉字显示,其他的pic系列只需要简单修改下就可以了,编译环境为c程序-pic877 drive lcd12864 st7920 achieve character display, the other pic series requires only a simple modification of the next can, and build environment for the c program
rs485
- 这是关于单片机串口通信的内容,能够实现上位机和下位机的简单通信。-This is on the MCU serial communication content, can realize the position machine and the lower position machine simple communication.
Ringtone-16f-pic-micro
- /* This code was designed for a clock speed of 20MHz */ /* The target device was a PIC18F452. */ /* You can use the PIC16F877 by changing the setup of CCP1 to */ /* CCP_COMPARE_INT. You will also need to toggle the output pin in the */ /* CCP
LED
- LED数码管的段码数据生成器,包含A51,C51,EMC,PIC等,可生成共阴或共阳数组-LED digital tube segment code data generator contains A51, C51, EMC, PIC, can generate a common cathode or common anode array
CAN-PRoject
- embedded c program for CAN protocol in ccs code using pic microcontoller
7)-CAN
- CAN communication code TX and RX code with PIC MCU-CAN communication code TX and RX code with PIC MCU...
BMP-pic-display
- 实验基于STM32F407Z。本实验将实现如下功能:本实验主要讲解如何使用在LCD上显示BMP图片,共有两种方法,一种是先将BMP图片从外部存储器加载到RAM中,然后再调用API函数显示在LCD上,另外一种是直接从外部存储器中读取BMP图片并显示在LCD上。第一种方法需要大量的RAM,但是速度快,第二种方法需要RAM小,但是现实速度慢。本实验还有一个屏幕截图函数,可以进行屏幕截图。 注意:本实验使用了UCOSII操作系统,本实验使用触摸屏,本实验基于4.3寸800*480分辨率的屏幕,