Search found 91 matches

by Pierrot78
22 Dec 2007 15:42
Forum: mikroC General
Topic: LCD in 8-mode on PORTA en PORTD not working (PIC18F4520)
Replies: 5
Views: 2535

Are you sure all your pins are declared as digital? Are you sure of the oscillator settings?
Best regards,

Pierre
by Pierrot78
21 Dec 2007 15:41
Forum: mikroC General
Topic: Constant memory allocation query
Replies: 6
Views: 2348

It also works for ROM.

See this post
http://www.mikroe.com/forum/viewtopic.php?t=10365

Best regards,

Pierre
by Pierrot78
20 Dec 2007 17:30
Forum: mikroC General
Topic: adc_read and vref
Replies: 6
Views: 2842

Perhaps you can have a look at the generated assembly code.
Usually you can get enough information to know how the routine is working.

Best regards,

Pierre
by Pierrot78
19 Dec 2007 08:45
Forum: mikroC General
Topic: UART,SPI,I2C
Replies: 2
Views: 1675

Try to search wikipedia, it is usually quite good for a brief overview of a subject like that.
by Pierrot78
12 Dec 2007 16:44
Forum: mikroC General
Topic: EEprom's behaviour
Replies: 3
Views: 1967

Please show your code, it will probably help...
by Pierrot78
12 Dec 2007 16:40
Forum: mikroC General
Topic: How to increase number of UART ports on PIC 16F72
Replies: 7
Views: 2933

You could use software usart for example. See MikroC help for more details.

BR,

Pierre
by Pierrot78
11 Dec 2007 13:13
Forum: mikroC General
Topic: interrupt
Replies: 2
Views: 1696

Yes, that is true.
by Pierrot78
04 Dec 2007 09:15
Forum: mikroC General
Topic: PIC USB HID connection to devices
Replies: 15
Views: 10052

Vinculum chip is quite expensive compared to a PIC+MAX3421, though. But for projects where a few bucks are not a problem, this is probably the good choice.
by Pierrot78
03 Dec 2007 15:06
Forum: mikroC General
Topic: PIC USB HID connection to devices
Replies: 15
Views: 10052

Unfortunately, I don't think so ;-) The license is quite explicit on that side...

But to be honnest, the work to be done is really important, and for commercial applications, buying the license is a valuable option.
by Pierrot78
03 Dec 2007 15:05
Forum: mikroC General
Topic: PIC USB HID connection to devices
Replies: 15
Views: 10052

Unfortunately, I don't think so ;-) The license is quite explicit on that side...

But to be honnest, the work to be done is really important, and for commercial applications, buying the license is a valuable option.
by Pierrot78
03 Dec 2007 13:13
Forum: mikroC General
Topic: PIC USB HID connection to devices
Replies: 15
Views: 10052

I have bought the library, and I must admit that it was worth paying 2500 bucks to avoid the pain of developing the whole thing myself...

IMHO, it will require very good USB knowledge to replicate that. But certainly, it is possible.
by Pierrot78
03 Dec 2007 08:53
Forum: mikroC General
Topic: PIC USB HID connection to devices
Replies: 15
Views: 10052

To have a USB master connectivity, you can use a MAX3421 chip. A library is available at GHI Electronics, but it is worth 2500USD...
by Pierrot78
30 Nov 2007 09:03
Forum: mikroC General
Topic: has someone experience with long CAN bus?
Replies: 18
Views: 11228

Have you ever thought of WSN (Wireless sensors network)?
I have been working with TinyOS, on a platform called Tinynode. Maximum line-of-sight transmission was 2000m, and many multi-hops protocols are available on that OS.
It might be worth a try ;-)
Best regards,

Pierre
by Pierrot78
30 Nov 2007 08:47
Forum: mikroC General
Topic: Can not send a string via Usart
Replies: 3
Views: 1836

Hi!

It does not work like that, Usart_write will only print one character.
You have to loop in order to print them all. I think there are example codes delivered with MikroC...
by Pierrot78
23 Nov 2007 13:51
Forum: mikroC General
Topic: I need your help with 18F4525
Replies: 2
Views: 1536

This cannot compile. PORTD.7 does not make sense. PORTD.F7 would be better.

Go to advanced search