Search found 12 matches

by informatiker
18 Jul 2009 14:03
Forum: mikroBasic General
Topic: GM862-GPS -> PIC
Replies: 60
Views: 31320

Re: Yes - It's alive!

Hi Anton,


The GM862-Send-Command Procedure of the GM862-library has a string size of 20 chars.
Procedure GM862_SendCommand (var s: string [20]; cr_flag, lf_flag: byte);

But you try more than 20 chars to send.
GM862_SendCommand('AT#PKTSZ=512;#DSTO=10;#SKTTO=4', 1, 0);

Regards,
Burak
by informatiker
18 Jul 2009 13:36
Forum: mikroBasic General
Topic: GM862-GPS -> PIC
Replies: 60
Views: 31320

Re: Yes - It's alive!

Hi Thomas,

Program size does not fit the 16F877 `s memory. Now I have a 18F4520, which has enough memory. TMR0L and T0CON we need again.

Regards,
Burak
by informatiker
17 Jul 2009 19:21
Forum: mikroBasic General
Topic: GM862-GPS -> PIC
Replies: 60
Views: 31320

Crystal

Hi Thomas, Why do i get theese errors with this two codelines? T0CON = $C7 ' assign prescaler to TMR0 TMR0L = $03 27:5 E-3 Identifier 'TMR0L' was not declared GM862_libary.pbas 47:3 E-3 Identifier 'T0CON' was not declared GM862_libary.pbas According to my calculations has Anton 16MHz Crystal. So are...
by informatiker
06 Jul 2009 11:14
Forum: mikroBasic General
Topic: GM862-GPS -> PIC
Replies: 60
Views: 31320

Hi Anton,

If DTR pin to VCC or GND?

Best Regards,
Burak
by informatiker
05 Dec 2008 01:08
Forum: mikroPascal General
Topic: Current wish list
Replies: 27
Views: 40384

My SQL or Database Support for Ethernet Library

Hi MP Team,

is it possible, a My-SQL Support for ethernet library?

Best Regards
Burak Senel
by informatiker
05 Dec 2008 00:59
Forum: mikroPascal General
Topic: My SQL or Database Support for Ethernet Library
Replies: 6
Views: 6922

My SQL or Database Support for Ethernet Library

Dear Mikroelektronika Team,

Will it be in the future My-SQL or Database Support for ethernet-library?

Best Regards
Burak Senel
by informatiker
13 Apr 2008 18:08
Forum: mikroPascal General
Topic: Current wish list
Replies: 27
Views: 40384

HI MP team

Its is possible to add in the spi library, support for the mcp6s26 ?

thx
by informatiker
13 Apr 2008 17:57
Forum: mikroPascal General
Topic: MCP6S26 pga
Replies: 1
Views: 1650

MCP6S26 pga

Hello,

How can I make a MCP6S26 communicate with my Pic16f877? I want the values of CH0 and CH1 at MCP6S26 read.
MfG

[img]http://www.bayrefill.de/senel/mcp6s26[1].JPG[/img]
by informatiker
07 Jul 2007 23:20
Forum: mikroPascal General
Topic: PORTS as constant
Replies: 5
Views: 6118

PORTS as constant

Hi,
how can I define porta as const?
for example

const
out1 : byte = porta;
out2 : byte = portb;
out3 : byte = portc;
out4 : byte = portd;
allouts: longint = porta, portb, portc, portd;

does it go?
by informatiker
13 Oct 2006 14:17
Forum: mikroC General
Topic: Proteus and GLCD modelling
Replies: 3
Views: 2533

Image
by informatiker
12 Oct 2006 15:21
Forum: mikroC General
Topic: Proteus and GLCD modelling
Replies: 3
Views: 2533

If the picture is too small, I can send also larger.
by informatiker
12 Oct 2006 14:41
Forum: mikroC General
Topic: Proteus and GLCD modelling
Replies: 3
Views: 2533

proteus and glcd

Here I send you my connection diagram of the Glcd, which I worked on with Proteus.

Image

Go to advanced search