Author |
Message |
Topic: USB in PIC 18F4550. |
bhaven
Replies: 0
Views: 3470
|
Forum: General CCS C Discussion Posted: Sat Mar 25, 2006 12:28 pm Subject: USB in PIC 18F4550. |
I have done my coding in PICC for the serial communication for 16F877 for serial communication application. Now i wanted to upgrade the same for the USB support also . As i never got a converter IC i ... |
Topic: About the problem of Keypad |
bhaven
Replies: 3
Views: 10239
|
Forum: General CCS C Discussion Posted: Wed Mar 01, 2006 11:59 pm Subject: Re: About the problem of Keypad |
Without at least a snippet of example code, it's hard to tell exactly what is going on.
At first glance, I note that you don't mention pullup/down resistors anywhere.
Were I to do this, I migh ... |
Topic: About the problem of Keypad |
bhaven
Replies: 3
Views: 10239
|
Forum: General CCS C Discussion Posted: Wed Mar 01, 2006 11:23 am Subject: About the problem of Keypad |
I am using PIC16f877 in my project i have attached a 4x3 keypad in my proj. to port B . I am scanning each row by keeping a coloumn high for 10msec. When i power on the circuit it starts taking the va ... |
Topic: About the memory's contradict representation |
bhaven
Replies: 1
Views: 3631
|
Forum: General CCS C Discussion Posted: Fri Feb 03, 2006 11:01 am Subject: About the memory's contradict representation |
i am using the PICC compiler for the programming of my PIC 16F877. the size of the hex file as shown by WINDOWS is 30kB and during compilation it shows that 65% of the ROM is used . Which is correct a ... |
Topic: About the RS-232 serial communication using PIC 16F877 |
bhaven
Replies: 2
Views: 5037
|
Forum: General CCS C Discussion Posted: Fri Jan 13, 2006 5:03 am Subject: About the RS-232 serial communication using PIC 16F877 |
i have used PIC 16F877 and RS232 standard for the serial communication.
in my simulation the data is getting transferred to the PC through the port but the data is not the one which i want . i have ... |
Topic: Writing in 24LC256(i2c) with PIC 16F877 |
bhaven
Replies: 1
Views: 5224
|
Forum: General CCS C Discussion Posted: Sat Jan 07, 2006 1:08 pm Subject: Writing in 24LC256(i2c) with PIC 16F877 |
i have used Microchip's 24LC256 ic for data storage with PIC16F877. the connection to this is through pin no. 18 & 24. I am using proteus v6.5 for simulation purpose still the data is not written ... |
Topic: Writing in 24LC256(i2c) with PIC 16F877 |
bhaven
Replies: 0
Views: 3473
|
Forum: General CCS C Discussion Posted: Sat Jan 07, 2006 1:08 pm Subject: Writing in 24LC256(i2c) with PIC 16F877 |
i have used Microchip's 24LC256 ic for data storage with PIC16F877. the connection to this is through pin no. 18 & 24. I am using proteus v6.5 for simulation purpose still the data is not written ... |
Topic: About I2C communication |
bhaven
Replies: 1
Views: 3937
|
Forum: General CCS C Discussion Posted: Tue Nov 22, 2005 8:44 am Subject: About I2C communication |
i have used PIC 16F877 and the code is working fine the only problem i am facing is that during simulation when i give the command for an I2C write the PIC gets hanged. How do i write and read to I2C. ... |
Topic: About I2C problem. |
bhaven
Replies: 1
Views: 3699
|
Forum: General CCS C Discussion Posted: Wed Oct 19, 2005 11:26 am Subject: About I2C problem. |
I have a problem with using the I2C memory. When the command for a write is given to the microcontroller, it hangs. What should i do ??
Even there's a problem with read command.
Please Reply. |
Topic: About how to display the numbers in increment form |
bhaven
Replies: 1
Views: 3988
|
Forum: General CCS C Discussion Posted: Mon Sep 26, 2005 1:01 am Subject: About how to display the numbers in increment form |
Hi,
In my projecvt i wanted to display the number on the LCD in an incrementing fashion i.e. when an key is pressed from the keypad the the number shown on the LCD should be incremented by on ... |
|