Search found 4 matches

by KrEn
31 Mar 2018 17:39
Forum: mikroPascal PRO for AVR General
Topic: Net_Ethernet_28j60_connectTCP NOT COMPILE
Replies: 4
Views: 2405

Re: Net_Ethernet_28j60_connectTCP NOT COMPILE

Hello, tnx for support. now i try next step: Configuration: AVR mega 128 with ENC28j60 IP: 192.168.001.101 PC witn open TCP/IP server at port:4001 at IP: 192.168.001.102 In ATT is file with my example. If i try to send from PC to AVR via TCP or UDP port packet. AVR recive packet, blink with led and ...
by KrEn
30 Mar 2018 13:50
Forum: mikroPascal PRO for AVR General
Topic: Net_Ethernet_28j60_connectTCP NOT COMPILE
Replies: 4
Views: 2405

Re: Net_Ethernet_28j60_connectTCP NOT COMPILE

hello, tnx for support. After 4 hours i found problem: i := Net_Ethernet_28j60_connectTCP( @ IP, 2000, 10000, @SOCKET_GLOBAL); In all examples are IP without @ . Ok, after compiling mcu freeze at this command. Im change timeout in library to 2 s. But problem persist. Im debuging this problem via ser...
by KrEn
29 Mar 2018 20:32
Forum: mikroPascal PRO for AVR General
Topic: Net_Ethernet_28j60_connectTCP NOT COMPILE
Replies: 4
Views: 2405

Re: Net_Ethernet_28j60_connectTCP NOT COMPILE

Many years ago.. on this forum...
Basic and similar problem:

viewtopic.php?f=111&t=58712#


BR
Greg
by KrEn
29 Mar 2018 14:02
Forum: mikroPascal PRO for AVR General
Topic: Net_Ethernet_28j60_connectTCP NOT COMPILE
Replies: 4
Views: 2405

Net_Ethernet_28j60_connectTCP NOT COMPILE

Hello, i try to redesign my project. Im download library for ethernet from LIBSTOCK. and i try to compile example. at code: i := Net_Ethernet_28j60_connectTCP(IP, 2000, 10000, @SOCKET_GLOBAL); compiler show error. Like this: 40 327 Incompatible types ("complex type" to "simple type") test tpcip.mpas...

Go to advanced search