Search found 10 matches

by mastergoong
08 Nov 2010 09:18
Forum: mikroC General
Topic: how to ping enc28j60 + pic18f2550
Replies: 0
Views: 1353

how to ping enc28j60 + pic18f2550

I'am use Xtal 48 Mhz code not work! #define Spi_Ethernet_HALFDUPLEX 0x00 // half duplex #define Spi_Ethernet_FULLDUPLEX 0x01 // full duplex // mE ehternet NIC pinout sfr sbit SPI_Ethernet_Rst at PORTB.B3; sfr sbit SPI_Ethernet_CS at PORTB.B4; sfr sbit SPI_Ethernet_Rst_Direction at TRISB.B3; sfr sbit...
by mastergoong
20 Oct 2010 05:05
Forum: mikroC PRO for PIC General
Topic: how to crate file .hex
Replies: 3
Views: 2138

Re: how to crate file .hex

drdoug wrote:Did you look in the "output " folder of the project?

my "output" folder no file .hex

:cry: :cry:

thank.
by mastergoong
19 Oct 2010 04:39
Forum: mikroC PRO for PIC General
Topic: how to crate file .hex
Replies: 3
Views: 2138

how to crate file .hex

I am use mikroC pro pic 1.6

no file .hex after buile
by mastergoong
12 Oct 2010 08:06
Forum: mikroC PRO for PIC General
Topic: no .hex file
Replies: 0
Views: 736

no .hex file

I use mikroC pro pic 1.65
after build no file .hex

Thank.

banjag.
by mastergoong
11 Oct 2010 09:16
Forum: mikroC General
Topic: PIC18F2550 + ENC28J60
Replies: 7
Views: 4260

Re: PIC18F2550 + ENC28J60

zristic wrote:Hi,
You are probably using a very old version of the compiler when sbit was not supported yet.
Please upgrade to the latest release:
http://www.mikroe.com/eng/products/view ... o-for-pic/
thank " zristic "
by mastergoong
05 Oct 2010 04:39
Forum: mikroC General
Topic: PIC18F2550 + ENC28J60
Replies: 7
Views: 4260

Re: PIC18F2550 + ENC28J60

Image


picture it error!
by mastergoong
04 Oct 2010 10:26
Forum: mikroC General
Topic: PIC18F2550 + ENC28J60
Replies: 7
Views: 4260

Re: PIC18F2550 + ENC28J60

code error // mE ehternet NIC pinout sfr sbit SPI_Ethernet_Rst at LATC0_bit; // for writing to output pin always use latch (PIC18 family) sfr sbit SPI_Ethernet_CS at LATC1_bit; // for writing to output pin always use latch (PIC18 family) sfr sbit SPI_Ethernet_Rst_Direction at TRISC0_bit; sfr sbit SP...
by mastergoong
04 Oct 2010 03:45
Forum: mikroC General
Topic: PIC18F2550 + ENC28J60
Replies: 7
Views: 4260

Re: PIC18F2550 + ENC28J60

my folder no file Example Ethernet for PIC18F4550
by mastergoong
01 Oct 2010 05:19
Forum: mikroC General
Topic: PIC18F2550 + ENC28J60
Replies: 7
Views: 4260

PIC18F2550 + ENC28J60

To send data via ENC28J60 sent by pic18f2550.
The data is sent to the sever.

data is TEMp and HUMI

Have also begun Onge network.

RESET > RA2
CS > RC0
INT > RB2
SCk > RB1
SDI > RB0
SDO > RC7
by mastergoong
30 Sep 2010 10:26
Forum: mikroC PRO for PIC General
Topic: PIC18F2550 with ENC28J60
Replies: 1
Views: 1066

PIC18F2550 with ENC28J60

how to set pin

SCK SDI SDO reset CS INT in program

I use pin

reset > RA2
cs > Rc0
INT >Rb2
SCk > Rb1
SDi > RB0
SDO > Rc7

and set pin SPI_init function

Go to advanced search