Search found 127 matches

by basicbasic111
25 Jun 2010 07:10
Forum: mikroC PRO for PIC General
Topic: plz help in my coin counter project
Replies: 9
Views: 2869

Re: plz help in my coin counter project

There is a C ( no pro) forum.
by basicbasic111
25 Jun 2010 05:52
Forum: mikroC PRO for PIC General
Topic: 12F675 x Proteus
Replies: 1
Views: 2268

Re: 12F675 x Proteus

Your code is correct I tried it on my proteus and everything worked perfectly 1) pull up MCLR pin ( click on the blank area, choose "place"---"terminal" " power" click on it then connect the mclr pin there on proteus you do not even need a 10k resistor but in real life you do) 2) if you want the led...
by basicbasic111
14 Jun 2010 19:24
Forum: mikroBasic General
Topic: adc usart using 16f877a
Replies: 3
Views: 2581

Re: adc usart using 16f877a

when you post your code

hit " code"


you can see "

Code: Select all

  and   
"
and then put everything inside
people can see it more clearly


that's what he meant
by basicbasic111
14 Jun 2010 12:29
Forum: mikroC PRO for PIC General
Topic: plz help in my coin counter project
Replies: 9
Views: 2869

Re: plz help in my coin counter project

this is a c PRO forum<----------
by basicbasic111
05 Jun 2010 12:34
Forum: mikroBasic PRO for PIC General
Topic: 20x4 lcd problem
Replies: 8
Views: 3386

Re: 20x4 lcd problem

Code: Select all

I want to try completing this using cursor 

Pal, what do you mean by this?

:?:
by basicbasic111
04 Jun 2010 20:30
Forum: mikroC General
Topic: help please in this code
Replies: 6
Views: 3002

Re: help please in this code

working code : char *text = "Hello world"; void main() { TRISD = 0xff; Lcd_Init(&PORTB); Lcd_Cmd(LCD_CLEAR); while(1){ if(portd.f0 == 0){ Lcd_Cmd(LCD_CURSOR_OFF); Lcd_Out(2,1,text); } else{ Lcd_Cmd(LCD_CLEAR); } } } settings default 8M external Change your lcd connections as follows Lcd_Init(&PORTB)...
by basicbasic111
04 Jun 2010 17:43
Forum: mikroC General
Topic: help please in this code
Replies: 6
Views: 3002

Re: help please in this code

r u using 16f877? hmmmmmmmm I only changed Sobrie's code to c pro 3.8 everything worked perfectly on my latest version of proteus by the way two of your diagrams are tiny i cannot see them clearly I only changed these few parts for c pro 3.8 1 sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit LCD...
by basicbasic111
01 Jun 2010 06:50
Forum: mikroC General
Topic: PIC 18F4550 USB communication with PC
Replies: 8
Views: 5128

Re: PIC 18F4550 USB communication with PC

so true


more details and learn how to say " Please" and " Thanks"!!!
by basicbasic111
29 May 2010 07:12
Forum: mikroC General
Topic: 8x8 LED Matrix marquee
Replies: 18
Views: 16500

Re: 8x8 LED Matrix marquee

WOW!!!!


:)
Very well done!!!

I saw your demo and it was so nice.


Way to go, pal!
by basicbasic111
15 May 2010 18:31
Forum: mikroBasic PRO for PIC Beta Testing
Topic: MB 3.50 Add file to project
Replies: 15
Views: 6139

Re: MB 3.50 Add file to project

Code: Select all

This version no longer allows me to add files to a project.
I always get an application error when I select 'Project... Add File to Project'

Same here! :(
by basicbasic111
06 May 2010 19:01
Forum: mikroC General
Topic: Pic18f452 Keypad Problem......
Replies: 1
Views: 1742

Re: Pic18f452 Keypad Problem......

hi

did you try to pull down 1 2 3 4 of ur keypad
in your real circuit?
by basicbasic111
06 May 2010 15:34
Forum: mikroBasic PRO for PIC General
Topic: Bug 12F675 and 12F683 (sorry, not a bug)
Replies: 17
Views: 5681

Re: Bug 12F675 and 12F683 (sorry, not a bug)

Sigh!

Thank you for helping everyone, Colin! :)
by basicbasic111
06 May 2010 10:33
Forum: mikroBasic PRO for PIC General
Topic: Bug 12F675 and 12F683 (sorry, not a bug)
Replies: 17
Views: 5681

Re: Bug 12F675 and 12F683

12F675 pin2 pin3 are used for the osc if you want to use gpio.4 in your compiler go to project ---edit project---osc(choose internal rc no clock) then use the following code gpi0.4 will blink program ledblink12f675 main: TRISIO = 0 //gpio all output ANSEL = 0 // digital CMCON = 7 // turn off compara...
by basicbasic111
05 May 2010 13:48
Forum: mikroC PRO for PIC General
Topic: Need help with Port Expander MCP23S17 libary
Replies: 3
Views: 1873

Re: Need help with Port Expander MCP23S17 libary

PIC-P67J60 development board

sorry I am not familiar with this board hmmmmmmm

if you fail again and again

maybe you should really check every connection thoroughly

just my 2 cents since i have never owned any of those Olimex boards.

Go to advanced search