Search found 32 matches

by marcolino7
10 Dec 2013 17:13
Forum: mikroC PRO for PIC General
Topic: USB Hid Keyboard does not work on my new PC
Replies: 1
Views: 1774

USB Hid Keyboard does not work on my new PC

Hi all, a couple a month ago, I developed an Hid keyboard with some macros. I works fine on my old notebook and on my home's PC, but it does not work onmy new notebook. When I connect HID keyboard, the pc recognize it and install the drivers, but then the PC freeze. If i disconnect the keyboard, PC ...
by marcolino7
21 Nov 2013 09:58
Forum: mikroC PRO for PIC General
Topic: HID Keyboard multiple key ?
Replies: 5
Views: 1752

Re: HID Keyboard multiple key ?

Hi Danny,
thanks for help. Now I understood how it's work.

Regards

Marco
by marcolino7
19 Nov 2013 10:16
Forum: mikroC PRO for PIC General
Topic: HID Keyboard multiple key ?
Replies: 5
Views: 1752

Re: HID Keyboard multiple key ?

Hi,
thanks for Hints, this is useful also for me.

I have another need. On Italian Keyboard, to write this { or } I need to press 2 modifier, right ALT and right SHIFT.
How can I calculate the modifier byte for this combination of key?

Thanks
by marcolino7
17 Nov 2013 13:12
Forum: mikroBasic PRO for PIC General
Topic: Incompatible types ("simple type" to "complex type")
Replies: 1
Views: 1872

Incompatible types ("simple type" to "complex type")

Hi, I have some code working in 5.60 and now I cannot compile in 6.0.0. I have this code: dim delimiter as string[1] ..... delimiter = 13 'Enter ASCII Code ..... UART1_Read_Text(sread,delimiter,2) I need to use ASCII code on the Enter key, to detect the end of UART Text. The Ascii code ot the Enter ...
by marcolino7
12 Nov 2013 23:29
Forum: mikroC PRO for PIC General
Topic: Keypad 4*5
Replies: 2
Views: 1335

Re: Keypad 4*5

http://www.fiacopetti.it/keypad_v11_en.htm Learn to use google if you want to archive something Hi, thanks for link. Before opening this i goolged around for a couple of hours, and i have not reached this page, because i'm looking for a MikroC or MikroBasic library to drive a 4x5 keypad. I have a 4...
by marcolino7
12 Nov 2013 19:43
Forum: mikroC PRO for PIC General
Topic: Keypad 4*5
Replies: 2
Views: 1335

Keypad 4*5

Hi,
i need to connect a keypad 4 cols and 5 rows to a 18F2550.
MikroC library, is designed to handle only a 4*4 keypad.
Is there some example or do you have some suggestion to handle the one more row keypad?

Thanks
Marco
by marcolino7
10 Jul 2012 19:28
Forum: mikroBasic PRO for PIC General
Topic: Library or Example MAX6921 VFD Tube Drivers
Replies: 2
Views: 1833

Library or Example MAX6921 VFD Tube Drivers

Hi all,
i would like to know if thre is some library or example to interface Mikrobasic, MikroC or Mikropascal, to this Driver for VDF tube.
I would like to realize a clock and some other displays with vdf tube, but i cannot found example to drive this chip from MAxim.

Many thanks
by marcolino7
12 Jun 2012 14:43
Forum: mikroBasic PRO for PIC General
Topic: 8 Servo Control via CAN and UART
Replies: 1
Views: 1403

Re: 8 Servo Control via CAN and UART

Hi, I'm trying to port this code to my project. It's a Serial/CAN 8 servo controller. Problem is that servo is not connected to same port, so I cannot use excellent code by XOR por quick servos positioning. PIC is 18F2580 running at 20Mhz. Compiler is Mikrobasic PRO 5.60 I got the code from this top...
by marcolino7
11 Jun 2012 21:55
Forum: mikroBasic General
Topic: 8 SERVOS @ SUPER HIGH RESOLUTION POSITIONING for P16
Replies: 12
Views: 19982

Re: 8 SERVOS @ SUPER HIGH RESOLUTION POSITIONING for P16

Hi, I'm trying to port this code to my project. It's a Serial/CAN 8 servo controller. Problem is that servo is not connected to same port, so I cannot use excellent code by XOR por quick servos positioning. PIC is 18F2580 running at 20Mhz. Compiler is Mikrobasic PRO 5.60 I got the code from this top...
by marcolino7
09 Jun 2012 00:09
Forum: mikroBasic PRO for PIC General
Topic: 8 Servo Control via CAN and UART
Replies: 1
Views: 1403

8 Servo Control via CAN and UART

Hi, I found this into old post by Xor: http://www.mikroe.com/forum/viewtopic.php?f=10&t=5979 I need to command 8 servos connected onto 8 different port group. For Example: symbol servo_pt0 = LATB.5 symbol servo_pt1 = LATB.4 symbol servo_pt2 = LATC.3 symbol servo_pt3 = LATC.2 symbol servo_pt4 = LATC....
by marcolino7
16 Apr 2012 12:44
Forum: mikroBasic PRO for PIC General
Topic: USB HID Bootloader, infinite Loop at boot
Replies: 1
Views: 1104

USB HID Bootloader, infinite Loop at boot

Hi, I have a 18F4550 with USB. I tryed to load Bootloader coming with Mikrobasic and it work fine. At boot, Hid Bootloader app recognize board and i can load my firmware. When I restart board, Bootloader on PIC go throught an infinite loop, so my program does not start. If i load my program with ICS...
by marcolino7
02 Dec 2011 16:41
Forum: mikroBasic PRO for PIC General
Topic: Automatic Save Old version
Replies: 3
Views: 1367

Re: Automatic Save Old version

Hi Filip,
thanks for your answers.
If also be beatiful to have, more Macros into Tool menu like:
  • Project Path without files name
  • Project Name without any path
  • Current System DateTime
in this way i can automate saving with winzip or other compression tool.

thants
by marcolino7
01 Dec 2011 14:48
Forum: mikroBasic PRO for PIC General
Topic: Automatic Save Old version
Replies: 3
Views: 1367

Automatic Save Old version

Hi all,
I'ts possible to Auto-Save the older version?
I mean if when I hit Save, to Have a full backup of the last working version, in order to revert quickly.

Thanks
by marcolino7
29 Nov 2011 09:36
Forum: mikroBasic PRO for PIC General
Topic: 18f4550 with DS1307
Replies: 2
Views: 2043

Re: 18f4550 with DS1307

Hi,
did ypu put 10K pullup on SDA and SCK line?

Marco

Go to advanced search