Search found 43 matches

by zdavesf
14 Jul 2011 05:33
Forum: mikroC PRO for PIC General
Topic: Using Interupt IOC to stop/reset a function
Replies: 0
Views: 1065

Using Interupt IOC to stop/reset a function

Hello all, I was hoping some of you kind geniuses out there could help me with a bit of a problem. I realize I could optimize some of my code and make it more efficient it has been 2 years since i programmed so please bear with me as i am trying to get back into it. here is my intended program flow:...
by zdavesf
25 Feb 2010 23:18
Forum: mikroC PRO for PIC General
Topic: Need Help: UART Problem
Replies: 22
Views: 6300

Re: Need Help: UART Problem

Maybe a silly suggestion, but you are using a straight through cable correct? not a null modem cable. have you checked the UART box on the right side of your screen in library manager? are the project settings correct? does it compile? sorry i dont have a version of MikroC on this computer so i cant...
by zdavesf
17 Feb 2010 20:21
Forum: mikroBasic PRO for PIC General
Topic: GLCD Font Creator 1.1.0 - mikroElektronika Edition
Replies: 37
Views: 48731

Re: GLCD Font Creator 1.1.0 - mikroElektronika Edition

Any news on the T6963 displays? Anything we can do to help (beta testing ;) )
All the best
Dave
by zdavesf
20 Jan 2010 06:15
Forum: mikroC PRO for PIC General
Topic: 64x32 led board with fun
Replies: 4
Views: 3260

very nice, thank you for posting. its always great to see an idea turn into a actual completed working design. Congrats.

Dave
by zdavesf
19 Jan 2010 05:56
Forum: mikroC PRO for PIC General
Topic: Traffic Light controller using PIC
Replies: 4
Views: 2702

Alain, that's a funny joke, converting assembly into C sounds like a fun way to spend a Saturday afternoon! Seriously chiakhai_gan do some reading, post some code, if we see that you want LEARN and not just want to PASS a course then we will help. good luck

Dave
by zdavesf
19 Jan 2010 05:39
Forum: mikroC PRO for PIC General
Topic: Seek help for limit switch~!! Urgent~~!!
Replies: 6
Views: 2271

the microcontroller can behave any way you want it to, it all depends on your code. Are you familiar with programing? If not I would say do some searching online and find some tutorials in "C" or "Basic" programming languages. best of luck to you

Dave
by zdavesf
19 Jan 2010 05:27
Forum: mikroC PRO for PIC General
Topic: SPI Bus in mikroC PRO doesn't work
Replies: 1
Views: 1627

i believe that with the 18F series you need to use LATx to set the output try adding this after TRISC and TRISB LATB=0xFF; LATC=0x00; what version of mikroC pro are you using? Have you used this PIC before? can you run a basic test usig the LCD perhaps, blink an LED and see if timings are correct. a...
by zdavesf
17 Jan 2010 20:15
Forum: mikroC PRO for PIC General
Topic: Reasonably priced 240x64 T6963c GLCD
Replies: 0
Views: 1343

Reasonably priced 240x64 T6963c GLCD

Hi all just found this site and wondering if anyone has ordered from them? http://www.aliexpress.com/product-gs/281672719-Graphic-LCD-Module-wholesalers.html 1 pc is $24usd each + $14 shipping (to Canada) 6 pc is $24usd each + $24 shipping (to Canada) does anyone else have any good links to 240x64 l...
by zdavesf
08 Jan 2010 06:35
Forum: mikroC PRO for PIC General
Topic: BIT BANG MCP23S17
Replies: 2
Views: 3492

In case anyone cares i just received some more MCP23S17's. I put a new one and ran my simple test code (using mikroC spi write) and all is working. So I guess the IC is too blame... I have a hard time blaming IC's if i know i have followed proper ESD precautions and not excessive voltage's. O well i...
by zdavesf
08 Jan 2010 00:50
Forum: mikroC PRO for PIC General
Topic: Recursion of algorithme in my program
Replies: 4
Views: 2230

that's why there is a forum so every one can try to help others. i am a beginner as well and learning as i go. Don't worry about your English i could understand it. dont be scared to ask questions, just make sure you try searching just in case someone else may have had a similar problem before. All ...
by zdavesf
07 Jan 2010 04:17
Forum: mikroC PRO for PIC Beta Testing
Topic: GLCD KS0108 a symbol height of 15-20 points
Replies: 2
Views: 2870

Like Octal said USE GLCD Font Creator and xGlcd libraries. Very easy to implement and use. Allows for a much more versatile and eye pleasing interface.
by zdavesf
06 Jan 2010 10:46
Forum: mikroC PRO for PIC General
Topic: Advice needed: splitting a project into modules
Replies: 8
Views: 3076

like i said i dont know if i am doing it right or not. but i've been doing it like that for a while. i only say i dont know if its proper because i have no one to tell me otherwise :) hope it helps. if you getting it working please inform us so we all can do it right

Dave
by zdavesf
06 Jan 2010 10:43
Forum: mikroC PRO for PIC General
Topic: Recursion of algorithme in my program
Replies: 4
Views: 2230

are you using mikroC or another compiler... anyways this might be what your after your code... //... require function prototype void Main() // Main needs to be lower case "main" { int value = algorithme(0); //define value outside of main, or at lest with out equating it to a function return value; /...
by zdavesf
06 Jan 2010 10:25
Forum: mikroC PRO for PIC General
Topic: Advice needed: splitting a project into modules
Replies: 8
Views: 3076

can you post a screen shot of your errors? please pardon my lack of "C" knowledge but a function prototype would be something like void function_proto(); outside of main correct? at least for me any function that is in the "included file" does not have any function prototype ANYWHERE here is what i ...
by zdavesf
06 Jan 2010 09:37
Forum: mikroC PRO for PIC General
Topic: BIT BANG MCP23S17
Replies: 2
Views: 3492

so i just tried replacing all my routines with the soft spi mikroc routines. just tried bare bones toggling between 2 output pins on the MCP23s17 with a 400ms delay. result.... same as with my routines the leds alternate 12 times and then stop. if i set the delay to 800ms the leds only alternate 6 t...

Go to advanced search