Search found 52 matches

by vbcoder
28 Feb 2013 13:27
Forum: Libstock Discussion
Topic: New USB Device Library Released!
Replies: 59
Views: 738783

Re: New USB Device Library Released!

When a CDC library for MikroC is going to be implemented?
by vbcoder
21 Jul 2012 00:35
Forum: mikroC PRO for PIC General
Topic: LAT VS PORT ON PIC18F46K22
Replies: 2
Views: 1346

Re: LAT VS PORT ON PIC18F46K22

You may use LAT for Outputs and Port Inputs.
by vbcoder
13 Mar 2012 17:53
Forum: mikroC General
Topic: MikroC support for slave mode
Replies: 1
Views: 1218

MikroC support for slave mode

Hi, Does the SPI library still has a bug in setting the PIC as a slave? The bug relies in SCK configuration I guess. I made the register level configuration myself without the library and it worked fine for both in master and slave mode. I uploaded the project on LibSTOCK: http://www.libstock.com/pr...
by vbcoder
01 Feb 2012 18:24
Forum: mikroC PRO for ARM General
Topic: Support of ARM7
Replies: 1
Views: 2112

Support of ARM7

Hi,
Since Proteus ISIS currently support ARM 7 LPC21XX, I was wondering if this version supports this family
by vbcoder
23 Dec 2011 21:03
Forum: mikroBasic PRO for PIC General
Topic: 18F4550 + TMR0 interrupt
Replies: 3
Views: 2880

Re: 18F4550 + TMR0 interrupt

If you are using an external clock (on T0CK1), make sure you set this pin as input

Code: Select all

'Tris Configuration
TRISA.RA4=1
You may also make sure that you set the clock source to external:

Code: Select all

T0CON.T0CS=1


I guess this would tackle your problem.
by vbcoder
16 Dec 2011 20:35
Forum: mikroBasic PRO for PIC General
Topic: Interrupt using PIC 16F887
Replies: 4
Views: 4004

Re: Interrupt using PIC 16F887

Thanks Janni, The dummy reading solved the problem. program External_Interrupt ' Declarations section dim Main_LED as sbit at PORTD.0 dim Interrupt_LED as sbit at PORTD.1 dim dummy as byte 'Interrupt Service Routine Sub procedure interrupt() Interrupt_LED=not (Interrupt_LED) dummy=PORTB INTCON.RBIF=...
by vbcoder
16 Dec 2011 09:54
Forum: mikroBasic PRO for PIC General
Topic: Interrupt using PIC 16F887
Replies: 4
Views: 4004

Re: Interrupt using PIC 16F887

Thanks piort for your response. As I mentioned, I tested the same code after changing the ADCON1 on PIC16F877A and it worked with no problem at all. I took your advice regarding the program organization structure: program External_Interrupt ' Declarations section dim Main_LED as sbit at PORTD.0 dim ...
by vbcoder
15 Dec 2011 22:26
Forum: mikroBasic PRO for PIC General
Topic: Interrupt using PIC 16F887
Replies: 4
Views: 4004

Interrupt using PIC 16F887

Hello, I was developing a sample application to my students to show them how to make an external interrupt. I used the following code: program External_Interrupt ' Declarations section dim Main_LED as sbit at PORTD.0 dim Interrupt_LED as sbit at PORTD.1 main: ' Main program 'Tris Configuration PORTD...
by vbcoder
12 Aug 2011 11:41
Forum: mikroBasic PRO for PIC General
Topic: Recommended transceiver for RS485
Replies: 3
Views: 1908

Recommended transceiver for RS485

Hi, I've seen several projects taking different chips as an RS-485 transceiver. I know that MikroE had proposed TLC485 in the example. I just wanted to gain from the experience of the forum members the most beneficial chip from their perspective to be used in terms of cost and configuration as I int...
by vbcoder
23 Apr 2010 14:03
Forum: mikroBasic PRO for PIC Wish List
Topic: HID CDC for All PIC USB SIE supporting devices
Replies: 0
Views: 1518

HID CDC for All PIC USB SIE supporting devices

Hi, Dany already created such a unit. However, it was in MikroPascal and sadly couldn't be used in MikroBASIC as libraries from any language can not be used in another language even if the library is compiled. I hope that a CDC is developed. It would make interfacing with PC programming languages mu...
by vbcoder
19 Apr 2010 20:39
Forum: mikroBasic PRO for PIC General
Topic: Using MikroPascal compiled library in MikroBasic
Replies: 0
Views: 1007

Using MikroPascal compiled library in MikroBasic

Hi, I recently found the library that I have been searching for to make the microcontroller look like a virtual serial port and thus make it much easier to interface with other languages. The library is named USB CDC library and it is developed by Dany. It can be found in the projects section: http:...
by vbcoder
18 Dec 2009 17:25
Forum: mikroBasic PRO for PIC Wish List
Topic: Modbus Library
Replies: 0
Views: 2345

Modbus Library

Since a global interest in Microcontrollers is taking place nowadays. Many industries now focus on extending their monitoring system using it without losing their SCADA configuration with PLC. You may have noticed that in new trends of smart sensors and DAQ that is built on top of Microcontrollers. ...
by vbcoder
15 Dec 2009 20:04
Forum: mikroBasic PRO for PIC General
Topic: LCD Custom Character Tool and 2x16 LCD Display
Replies: 7
Views: 8898

Thanks Roys. I guess as you mentioned the server was probably down.
by vbcoder
11 Dec 2009 20:26
Forum: mikroBasic PRO for PIC General
Topic: LCD Custom Character Tool and 2x16 LCD Display
Replies: 7
Views: 8898

Thanks roys.

Could you reupload the image you posted. It reported a dead link.

Go to advanced search