Search found 119 matches

by juliovmd
05 May 2016 14:06
Forum: mikroBasic PRO for PIC General
Topic: Biped robot
Replies: 2
Views: 3000

Biped robot

Hi all, I updated my biped robot (2016 version), all software of microcontrollers is made with the latest version of mikroBasic (great work from mikrobasic team). If you like the project can vote (me gusta) and share, I am happy to share it with you. And I take this opportunity to remember the memor...
by juliovmd
19 Jan 2011 10:49
Forum: mikroBasic General
Topic: Is xor OK?
Replies: 11
Views: 5548

Re: Is xor OK?

The world has lost a great person and a major contributor to the technical forums.

My deepest condolences.

<Spanish>

El mundo ha perdido a una gran persona y gran contribuidor a los foros tecnicos.

Mi mas sentido pesame... :cry:
by juliovmd
25 Jun 2009 14:31
Forum: mikroBasic PRO for PIC General
Topic: v2.15 Editor slow response
Replies: 15
Views: 7490

I continue to work with version 7.0.3 of mikrobasic, is the more stable...

I hope the Mkb team will soon solve the problem
by juliovmd
09 Jun 2009 09:11
Forum: mikroBasic PRO for PIC General
Topic: Parameter const in sub procedure
Replies: 6
Views: 3496

Hi Florin,

Solved in version 2.15 but, the editor work very slow....

B. Regards
by juliovmd
09 Jun 2009 09:08
Forum: mikroBasic PRO for PIC General
Topic: v2.15 Editor slow response
Replies: 15
Views: 7490

Yes, the editor is slow... Maybe there is a problem with this version :?:
by juliovmd
04 Jun 2009 19:43
Forum: mikroBasic PRO for PIC General
Topic: Parameter const in sub procedure
Replies: 6
Views: 3496

Florin, This code not work in Mkb-Pro... Not show icon in LCD...In MKB 7.0.3 work correctly! Code from MKB 7.0.3 program LCD_Icon Const Audio_On16 as byte[32] = ( 0x00,0x00,0x00,0x1A,0x00,0x34,0x00,0x68, 0x00,0xD0,0x1F,0xA8,0x1F,0x58,0x1E,0xB8, 0x1D,0x78,0x1A,0xF8,0x15,0xF8,0x08,0xF8, 0x10,0x78,0x20...
by juliovmd
04 Jun 2009 14:26
Forum: mikroBasic PRO for PIC General
Topic: Parameter const in sub procedure
Replies: 6
Views: 3496

Hi Florin, Thanks for your answer, it built a routine to display icons on an LCD... In Mkb 7.0.3, and works correctly! .... view ---> Icono^ For CntBit=0 to (TotalBytes-1) ' cada dato de la matriz TmpByte=Icono^ For dd=0 to 7 If TmpByte.7=1 then T6963C_dot(xx, yy, T6963C_WHITE) He revised and adapte...
by juliovmd
03 Jun 2009 22:19
Forum: mikroBasic PRO for PIC General
Topic: Parameter const in sub procedure
Replies: 6
Views: 3496

Parameter const in sub procedure

Hi to all, This code work in Mkb V7.0.3 but.... Can not get work Mikrobasic-pro Some ideas? program Lcd_Icon include __Lib_T6963C_Consts Const Audio_On16 as byte[32] = ( 0x00,0x00,0x00,0x1A,0x00,0x34,0x00,0x68, 0x00,0xD0,0x1F,0xA8,0x1F,0x58,0x1E,0xB8, 0x1D,0x78,0x1A,0xF8,0x15,0xF8,0x08,0xF8, 0x10,0x...
by juliovmd
14 May 2009 22:39
Forum: mikroBasic General
Topic: 8 Servos RS232 - Small & free controller
Replies: 4
Views: 3539

zristic,

I uploaded the files to your projects section...

Copy'nPaste,

Language is not a problem to copy/paste the code... The control software is to your prove it... but, in the project is an executable file uploaded to prove
by juliovmd
13 May 2009 00:19
Forum: mikroBasic General
Topic: 8 Servos RS232 - Small & free controller
Replies: 4
Views: 3539

8 Servos RS232 - Small & free controller

Hi to all, This is a small project for 8 servos with RS232 (9600, 19200, 38400 & 57600 - 8N1), is free, a small contribution to this great forum. PROTOTYPE http://www.jvmbots.es/images/stories/controladora_8S/General_300.jpg SCHEMATIC http://www.jvmbots.es/images/stories/controladora_8S/esquema.jpg ...
by juliovmd
15 Apr 2009 23:07
Forum: mikroBasic PRO for PIC General
Topic: Variable from a port bits
Replies: 3
Views: 2984

Dear Florin,

I had some code variables before reading the switch-PORTB & PORTA...
They were probably, truncating the function values....

Now works perfect...

Thanks
by juliovmd
14 Apr 2009 23:12
Forum: mikroBasic PRO for PIC General
Topic: Variable from a port bits
Replies: 3
Views: 2984

Florin, Thanks for your answer, surprise, this simple code works in Mikrobasic-Pro 1.45... in EASYPIC-5 :?: ' PORTB and PORTA.0 with 10k pull-down ' PIC18F452 - 4 Mhz - HS ' ' program leds Dim Direccion as word main: ADCON1=0x07 ' No ADC TRISA = %00000001 TRISB = %11111111 TRISC = %00000000 TRISD = ...
by juliovmd
14 Apr 2009 17:56
Forum: mikroBasic PRO for PIC General
Topic: Variable from a port bits
Replies: 3
Views: 2984

Variable from a port bits

Hi, Congratulations to the Mikroelectronica team from the version "pro"... has a great future! I have a problem with this code... Dim Direccion as word Direccion=0 Direccion.0=PORTB.0 Direccion.1=PORTB.1 Direccion.2=PORTB.2 Direccion.3=PORTB.3 Direccion.4=PORTB.4 Direccion.5=PORTB.5 Direccion.6=PORT...
by juliovmd
28 Mar 2009 16:04
Forum: mikroBasic General
Topic: Vram to PIC18F67J60
Replies: 0
Views: 1153

Vram to PIC18F67J60

Hi to all, I'm trying to burn data to a memory FM24CL04 with PIC18F67J60 in LV18FJ board, but I can not work, the code below works perfectly on a microchip memory 24FC1025... The hardware is: FM24CL04 - PIN 1 - +Vcc (3v3) - PIN 2 - GND - PIN 3 - GND - PIN 4 - GND - PIN 5 - PORTC.4 - PIN 6 - PORTC.3 ...

Go to advanced search