Search found 416 matches

by Jan Rune
08 Jun 2008 15:57
Forum: mikroBasic General
Topic: EasyPIC5 First Project
Replies: 15
Views: 5936

Try:

Code: Select all

Lcd_Config(PORTB,3,2,1,0,PORTB,4,6,5)
instead of:

Code: Select all

Lcd_Config(PORTB,3,2,1,0,PORTB,4,7,5)
by Jan Rune
05 Jun 2008 23:12
Forum: Development Boards
Topic: Can't get GLCD supplied with easy PIC 5 to work
Replies: 14
Views: 4818

You might have problem with the GLCD init. Make a search for GLC_Init_EP5 AND Autocomplete... (EP5 if youre working with the easypic5)
by Jan Rune
05 Jun 2008 23:08
Forum: Development Boards
Topic: Can't get GLCD supplied with easy PIC 5 to work
Replies: 14
Views: 4818

Did you buy the GLCD from Mikroe as well ?
by Jan Rune
05 Jun 2008 23:04
Forum: Development Boards
Topic: Customer Service
Replies: 9
Views: 3492

I find it strange that so many ppl have problems getting in touch with MikroE. I have always got an reply in less than 48hours (weekdays). But i i think you should listen to what Charlie have to say. Getting answers on a problem on this forum is never a problem...
by Jan Rune
05 Jun 2008 22:56
Forum: mikroBasic General
Topic: Can i do this ?
Replies: 9
Views: 3703

A better/easier solution if you dont wanna install any software on the host computer, would be an ethernet connection. Getting the SDCard to show up as a flash drive with mikrobasic isnt gonna be a easy task. Can we do this ? I dont know it you can do it. But it isnt any magic in what you want to ac...
by Jan Rune
04 Jun 2008 21:59
Forum: mikroBasic General
Topic: Ordering Quesiton
Replies: 10
Views: 2948

:D
by Jan Rune
01 Jun 2008 17:25
Forum: Development Boards
Topic: UART to PS/2 Converter
Replies: 4
Views: 2176

No offence, but you should give it a try yourself. Then post some not working code/schematics.

Instead of giving us a "shopping list" of what you want the microcontroller todo...
by Jan Rune
01 Jun 2008 12:40
Forum: mikroC General
Topic: Name mixup :(
Replies: 1
Views: 910

Welcome to the forum sonnyboy :wink:
by Jan Rune
01 Jun 2008 11:36
Forum: mikroBasic General
Topic: mikrobasic 7.0 PRICE ?
Replies: 3
Views: 1670

Free updates for everyone :D
by Jan Rune
31 May 2008 14:30
Forum: mikroBasic General
Topic: Send string between two PICs
Replies: 5
Views: 2980

USART is the easiest way to accomplish that...
by Jan Rune
31 May 2008 10:03
Forum: mikroBasic General
Topic: A TTL level 8N1??
Replies: 6
Views: 2233

I have to agree! PIC's are great fun :D

Youre welcome
by Jan Rune
30 May 2008 21:45
Forum: mikroBasic General
Topic: A TTL level 8N1??
Replies: 6
Views: 2233

Please see the help file for info on the USART library. You cant get it any better described than what you find there...

Its as easy as this:

Code: Select all

Usart_Write(0x01)  ' full reverse

Usart_Write(0x40)  ' stop

Usart_Write(0x7F)  ' full forward
by Jan Rune
30 May 2008 21:38
Forum: mikroBasic General
Topic: Bootloader question
Replies: 2
Views: 1413

Re: Bootloader question

GJ450X wrote:Hello,

I want to be able to send hex files and have the user just load the code into the micro ??

Thats the general idea behind a bootloader. So yes...
by Jan Rune
29 May 2008 21:31
Forum: mikroBasic General
Topic: msg box (stream write error)
Replies: 8
Views: 2431

Upload the picture to imageshack.us (or any other imagehost you prefer). Then past the image url inside image tags.

Example:

Code: Select all

[img]http://imageshack.us/picture.jpg[/img]
by Jan Rune
29 May 2008 16:15
Forum: mikroBasic General
Topic: Shared SPI
Replies: 10
Views: 3199

Youre welcome Steven! You did all the work yourself tho :D

Go to advanced search