We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
posted on 2012/03/07 07:28:50 AM CET
hi
i tried following code for 18F2550 (20MHz) with default configataion at time of creating project
void main()
{
PORTB = 0; // Initialize PORTC
TRISB = 0; // Configure PORTC as output
PORTC = 0; // set PORTC to 0
TRISC = 128;
TRISA = 0xFF;
UART1_Init(9600); // Initialize UART module at 9600 bps
PWM1_Init(1000);
Delay_ms(100); // Wait for UART module to stabilize
while(1)
{
.
.
.
.
.
}
compiler gives an error at either PWM1_init or UART_init
it comlipe either PWM or UART at a time
individualy PWM and UART works as usual
but when i tried at as above it dose not work pleas help me
i guess it may be problem with configuration only but i could not found
posted on 2012/02/07 06:45:13 AM CET
please help me, i need mikroC 5.40 code for making PIC act as i2c slave, I'm thinking I just lost $250 for this compiler and I'm failed to get a working code from all sources.
please send me if anyone have it.
thanks a lot in advance.
posted on 2012/01/28 08:40:40 AM CET
i WANT A CODE TO SENSE THE LIGHT INTENSITY USING ADC AND USE CAN PROTOCOL TO INCREASE LIGHT INTENSITY USING PWM...........IC NAME : PIC18F458,MCP2551,LDR REGISTER AS A SENSOR
posted on 2012/01/14 05:23:43 AM CET
Hi all,
I'm wondering if anyone has had success communicating between a couple of Pics using UDP and the serial Ethernet boards?
I'm in a world of hurt trying to figure out what's wrong and would really value some help. The guys at MikroE have been fantastic, but I'm sure they have better things to do than help some poor Aussie try and work on a project.
I'm currently using the Libstock Ethernet library. I'm willing to pay for help.
Cheers,
James
Australia
posted on 2011/11/21 05:58:34 AM CET
Dear sir,
I would like to make a remote receiver for all remotes specially sony,philips and samsung...
Any help pls...