Search found 6252 matches

by zristic
15 Dec 2004 23:30
Forum: mikroBasic General
Topic: ADC Library and ADCON1
Replies: 5
Views: 11496

Re: ADC Library and ADCON1

Yes, the function "ADC_Read" right justifies the result. Here is the code for reading AD conversion result with 18F452 (taken from Microchip's PDF and tested with mikroPascal): //This is how to read ad conversion from <channel> ADCON0 := 0; ADCON0 := ADCON0 or $C0; // rc clock source SetBit(ADCON1,6...
by zristic
10 Dec 2004 09:13
Forum: Development Boards
Topic: small ethernet board for easypic2 ?
Replies: 31
Views: 21309

Re: small ethernet board for easypic2 ?

Functions for compiler are already finished... Yupp, we are pinging the PIC and we are able to turn on a LED diode through LAN 8) There is another aspect for this implementation: writing PC software for communicating with via PIC trhough TCP/UDP. Our idea is to make an open source Windows/Linux app...
by zristic
30 Nov 2004 14:10
Forum: mikroPascal General
Topic: longint DIV word
Replies: 5
Views: 6976

Re: longint DIV word

makall wrote:I need to make a function to divide longint / word. If anybody have a idea, please tell me.
It is ready for the next version of the compiler, do not bother reinventing the wheel, unless it is urgent to do it.
Next version? In December for sure.
by zristic
20 Nov 2004 09:12
Forum: mikroBasic General
Topic: LCD 4X20
Replies: 14
Views: 14528

Well, if it is compatible then the LCD library from mikroBasic should work with 4x20 as well. How does it behave? We have a couple of different 4x20 LCDs here and they all work with LCD routines from mikroBasic. According to the datasheet, the one you have is different than Hitachi standard, or mayb...
by zristic
19 Nov 2004 22:17
Forum: mikroBasic General
Topic: LCD 4X20
Replies: 14
Views: 14528

There is a complete specification on how to program this LCD: http://www.optrex.co.jp/us/product/catalog/pdf_dmc/CAD/ue-31010.pdf Unfortunately, it seems like a completely new field and I do not beleive we will make a library for this LCD. Unless someone wants to do it we are welcoming the initiativ...
by zristic
19 Nov 2004 21:23
Forum: mikroBasic General
Topic: LCD 4X20
Replies: 14
Views: 14528

Re: LCD 4X20

Give us a model name/serial number/manufacturer...
by zristic
21 Oct 2004 12:06
Forum: Development Boards
Topic: In Circuit Debugger (ICD)
Replies: 8
Views: 8275

There will be an extra board for EasyPic2 which will enable you to use ICD.

mikroPascal will be updated to work with such ICD. The update will be free, of course. We are actually thinking of plug-ins for mikroPascal, which seem to be the right solution.
by zristic
20 Oct 2004 14:06
Forum: Development Boards
Topic: In Circuit Debugger (ICD)
Replies: 8
Views: 8275

Re: In Circuit Debugger (ICD)

andre.ribeyron wrote:I would like to know if there is any solution from your side to use an ICD with MikroPascal to debug at pascal source level.
There will be very soon. I can't promise any dates, but it is very close to be finished.
by zristic
18 Oct 2004 15:12
Forum: mikroBasic Wish List
Topic: PID algorithm
Replies: 14
Views: 25641

Re: PID algorithm

It's coming soon.
:lol:
by zristic
24 Sep 2004 11:53
Forum: mikroBasic General
Topic: Read 8 bytes to array using 1-wire protocol
Replies: 8
Views: 9184

I don't understand the inline assembly nor other parts of the example. Do you have an example that will work on my EasyPIC2 (PIC16F877A)? Sorry for making it complicated. :? This code works for both P16 and P18: 'Ow_Read_Serial reads 8 bytes via 1-wire protocol and 'places them into the array "out"...
by zristic
22 Sep 2004 12:33
Forum: mikroBasic General
Topic: Read 8 bytes to array using 1-wire protocol
Replies: 8
Views: 9184

Read 8 bytes to array using 1-wire protocol

This demo is to show how to read 8 bytes of data via 1-wire protocol. The core of the example is the function Ow_Read_Serial . The example can be further opimized. '****************************************************************************** ' microcontroller : P18F452 ' ' Project: Dallas iButton ...
by zristic
02 Sep 2004 15:43
Forum: mikroBasic General
Topic: Current Wish List
Replies: 187
Views: 184811

Current Wish List

These are the wishes we've gathered so far: -- Code folding feature in Code Editor -- MIDI support -- I2c slave mode -- Symbols visible from modules -- Overloading routines -- Bit variable + bit operations -- Build utility (compile all units in project) -- Possibility to rotate fonts on GLCD -- Supp...

Go to advanced search