Author |
Message |
Topic: I2C - PIC16F887 |
[email protected]
Replies: 6
Views: 20386
|
Forum: General CCS C Discussion Posted: Mon Apr 23, 2012 6:06 am Subject: I2C - PIC16F887 |
I'm posting master and slave code of I2c, it really work on real-time hardware.
There is little bit error in slave code, you can replace slave code with EX_slave.c example
#include <18F458. ... |
Topic: i dont have CDC to RS232 driver |
[email protected]
Replies: 1
Views: 3883
|
Forum: General CCS C Discussion Posted: Mon Apr 23, 2012 5:49 am Subject: i dont have CDC to RS232 driver |
I'm working on simulator (proteous). Code works and it demand for driver. It give path of PICC in program Files. It does, take the driver and unable to install. What I do ... ... .. to do ? |
Topic: how to implement example (EX_USB_SERIAL.C) |
[email protected]
Replies: 1
Views: 4853
|
Forum: General CCS C Discussion Posted: Wed Apr 11, 2012 6:01 am Subject: how to implement example (EX_USB_SERIAL.C) |
I want to know how to start this example step by step.
Yesterday i implement the circuit of usb to serial and RUNburn this example.
I don't see any thing on my computer.
I don't use any capac ... |
Topic: PIC 18 series is 16 bit or 18 bit |
[email protected]
Replies: 3
Views: 5611
|
Forum: General CCS C Discussion Posted: Wed Apr 11, 2012 5:33 am Subject: PIC 18 series is 16 bit or 18 bit |
tell me about the whose series is 16bit or 18 bit |
Topic: How to use internal oscillator of PIC |
[email protected]
Replies: 1
Views: 6767
|
Forum: General CCS C Discussion Posted: Wed Mar 21, 2012 4:16 am Subject: How to use internal oscillator of PIC |
I want to test internal oscillator of PIC 18f452.
Does PIC18F452 have Internal oscillator ? I read datasheet but there is no information about internal oscillator. Anyone have example program of Int ... |
Topic: USB Interfacing with PIC 18F452 |
[email protected]
Replies: 2
Views: 6559
|
Forum: General CCS C Discussion Posted: Mon Mar 19, 2012 4:25 am Subject: Thanks |
Thanks for Correction |
Topic: USB Interfacing with PIC 18F452 |
[email protected]
Replies: 2
Views: 6559
|
Forum: General CCS C Discussion Posted: Mon Mar 19, 2012 3:01 am Subject: USB Interfacing with PIC 18F452 |
I have read many forum i found that there is no compatibility of USB with PIC 18F452
but when i see example program there is some awesome thing or this my mis_interpretation that PIC 18f452 support ... |
Topic: I2c Theoretical Idea Problem |
[email protected]
Replies: 4
Views: 5844
|
Forum: General CCS C Discussion Posted: Thu Feb 23, 2012 6:05 am Subject: I2c Theoretical Idea Problem |
I'm trying to communicate two pics 18f452 via I2c. I successfully achieve it after a lot of time with hit and trial method even i read about it allot.
Problem is transaction from master to slave &a ... |
Topic: pic to pic serial communication |
[email protected]
Replies: 12
Views: 28698
|
Forum: General CCS C Discussion Posted: Tue Feb 21, 2012 5:37 am Subject: Baud rate |
Check about there Baud Rate
Baud must be same |
Topic: I2c Ex_slave (receiving of data problem) |
[email protected]
Replies: 3
Views: 5359
|
Forum: General CCS C Discussion Posted: Tue Feb 21, 2012 5:36 am Subject: thanks |
I have done it |
Topic: LCD 16x2 interfacing with PIC18F4550 |
[email protected]
Replies: 7
Views: 16540
|
Forum: General CCS C Discussion Posted: Mon Feb 20, 2012 7:15 am Subject: LCD Working Code |
#include<18F452.h>
#use delay(clock = 4000000)
//#use I2C(MASTER, SDA=PIN_B1, SCL=PIN_B0,FAST=400000)
//#use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7)
#fuses NOWDT, ... |
Topic: PIC18F4550 master and DSPIC30F4011 slave i2c problem |
[email protected]
Replies: 6
Views: 15278
|
Forum: General CCS C Discussion Posted: Mon Feb 20, 2012 7:05 am Subject: just try |
Look in the PIC datasheet, Figure 15-7.
What are the pins used for hardware I2C?
They are not the same pins you have defined.
In a slave you must always use the real I2C hardware. For a master it ... |
Topic: I2c Ex_slave (receiving of data problem) |
[email protected]
Replies: 3
Views: 5359
|
Forum: General CCS C Discussion Posted: Mon Feb 20, 2012 1:19 am Subject: I2c Ex_slave (receiving of data problem) |
I want to communicate 2 pic 18f452 controllers but these are not working correctly. I think there must be problem at slave side. The interrupt is not generating. I'm posting photos and code.
Pull-up ... |
Topic: IS there problem in ccs compiler 4.084 |
[email protected]
Replies: 3
Views: 5222
|
Forum: General CCS C Discussion Posted: Fri Feb 17, 2012 6:00 am Subject: IS there problem in ccs compiler 4.084 |
I'm working on I2c protocol, at Proteus it works well but practically with pressing the PIN_D0 or PIN_D1, program goes to in it and continuously printing, Tuned Frequency=%f pll=xxxx
Tthe master si ... |
Topic: Problem in external /supportive circuit of PIC 18F452 |
[email protected]
Replies: 10
Views: 10351
|
Forum: General CCS C Discussion Posted: Wed Feb 15, 2012 5:30 am Subject: just idea |
The schematic I post of PIC controller just for idea.
At practically I'm using 4 MHz oscillator.
Request to Ttelmah reply fast and mail me ID. |
|