Search found 32 matches

by Loki1_11
04 Feb 2009 02:11
Forum: mikroC General
Topic: i2c code works in mP but not in mC ?! on same hardware..
Replies: 5
Views: 3675

Hi bigx how did you connect the sensor to your pic ?
I doesnt know that it works with i2c protocol !

Regards,
Diego
by Loki1_11
22 Jan 2009 21:26
Forum: mikroPascal General
Topic: How to work with DS1821 temperature sensor?
Replies: 5
Views: 4552

how can I set the PORTA as Digital in PIC18F452 ?

Ok will try it ;)

I've seen this things now !

Thanks Dany.

Regards,
Diego.
by Loki1_11
22 Jan 2009 15:34
Forum: mikroPascal General
Topic: How to work with DS1821 temperature sensor?
Replies: 5
Views: 4552

Sorry for that Dany, I'm using almost the same code provided from the help. I put an 10k resistor from DQ to VCC, In some places I've seen that it's used an 4.7k resistor instead of 10k. Do you thing that is the error ? Ps.: I'm using PIC18F452 Here comes the code: //there isnt any CMCON or ADCON to...
by Loki1_11
22 Jan 2009 03:39
Forum: mikroPascal General
Topic: How to work with DS1821 temperature sensor?
Replies: 5
Views: 4552

How to work with DS1821 temperature sensor?

Hi guys I've buyed an DS1821 and tryed to make it work with the same sample that came in the help using the one wire, but I could'nt made it work !

It always give me + 0 0.0 temperature ...

Any tips on what am I doing wrong ?

Regards,
Diego.
by Loki1_11
31 Dec 2008 22:07
Forum: mikroPascal General
Topic: ENC28J60 Ethernet Library V3.3
Replies: 94
Views: 73961

Agreed :D

It can be moved to my old post about the enc28j60 or to a new one ...

Dany I tryed in IE7 with XP and it works nice I will take a look tomorrow ;)

Thanks for the help, after I fix this things I will post the full code for everybody ;)

Regards,
Diego.
by Loki1_11
31 Dec 2008 15:57
Forum: mikroPascal General
Topic: ENC28J60 Ethernet Library V3.3
Replies: 94
Views: 73961

Ok Dany its fixed now ;)

Thanks for that full log ;)

Can you test it now ?

Regards,
Diego.
by Loki1_11
30 Dec 2008 18:21
Forum: mikroPascal General
Topic: ENC28J60 Ethernet Library V3.3
Replies: 94
Views: 73961

I found that it works correct with my ie7 from vmware that sends this header GET /s HTTP/1.1 Accept: */* Referer: http://192.168.10.20/ Accept-Language: pt-br UA-CPU: x86 Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; ...
by Loki1_11
30 Dec 2008 18:07
Forum: mikroPascal General
Topic: ENC28J60 Ethernet Library V3.3
Replies: 94
Views: 73961

Hi Dany try again now please :D

Do you have msn ?

Regards,
Diego.
by Loki1_11
30 Dec 2008 18:01
Forum: mikroPascal General
Topic: ENC28J60 Ethernet Library V3.3
Replies: 94
Views: 73961

Can you guys take a look at http://unitonedev.no-ip.org:8020 ?

Take a look if it will open everthing ok, and please if possible post the results for me, like browser name + version, and OS version.

I'm trying to fix some other things in this prog.

Kindly Regards, and happy new year :D
Diego.
by Loki1_11
26 Dec 2008 17:16
Forum: mikroPascal General
Topic: ENC28J60 Ethernet Library V3.3
Replies: 94
Views: 73961

Dany I forgot to post the pin connections for rj45 with transformer that I have, so here comes:

RJ45Pins

1 = CT RX
2 = RX-
3 = RX+
4 = NC (No Connection)
5 = NC (No Connection)
6 = CT TX
7 = TX+
8 = TX-

Regards,
Diego
by Loki1_11
26 Dec 2008 17:01
Forum: mikroPascal General
Topic: ENC28J60 Ethernet Library V3.3
Replies: 94
Views: 73961

I was trying to write two helper functions, but the string concatanation of mikropascal I dont know why doesnt allow me to work as I expected, it doesnt compiles. So I wrote it in Delphi so if one of you guys can help me porting it to MP. here comes the functions code, I will post the link to the (d...
by Loki1_11
26 Dec 2008 14:23
Forum: mikroPascal General
Topic: ENC28J60 Ethernet Library V3.3
Replies: 94
Views: 73961

Yap, on firefox 3.0.4, google chrome 1.0.154.36, ie7 (with some problems comparing the GET method sended by the ie) Just a note I tryed on Ie7 of 2003 server and it works the get is sended as expected, on ie7 7.0.5730.11 it works fine to but on ie7 7.0.5730.13 the get method comparation doesnt works...
by Loki1_11
26 Dec 2008 13:09
Forum: mikroPascal General
Topic: ENC28J60 Ethernet Library V3.3
Replies: 94
Views: 73961

Hi Yo2lio,
The correct one should be
'HTTP/1.1 200 OK'+ #13 + #10+'Content-Type: text/html'+ #13 + #10;

Here it works fine.

Regards,
Diego
by Loki1_11
26 Dec 2008 04:24
Forum: mikroPascal General
Topic: ENC28J60 Ethernet Library V3.3
Replies: 94
Views: 73961

Take a look at http://www.w3.org/Protocols/rfc2616/rfc ... tml#sec6.2

see the first item, "6 Response".

Regards,
Diego ;)
by Loki1_11
26 Dec 2008 04:17
Forum: mikroPascal General
Topic: ENC28J60 Ethernet Library V3.3
Replies: 94
Views: 73961

Sure I can Dany, just let get into my office so I share with you guys. So I was reading the http documentation that especifies that the headers should be sended with CR + LF, and the last header (the one that comes before the html text) should have two sequences of CR + LF. You can download the Fied...

Go to advanced search