UDP Implementation questions (SeeCwriter)
I'm new to using Microchip's Ethernet library. I'm am writing a program that will use Ethernet on a PIC18F67J60. I don't have hardware yet, so I can't test anything. But I have some questions on using...
View ArticleExplorer 16 IP problem... (v.bhardwaj)
Hi everyone,I am currently using explorer 16 board (dsPIC33FJ256GP710A) with ENC28J60 card. I am able to connect the bard with my PC directly through crosswire cable. But the IP generated is...
View ArticleWhy can’t read the PHY registers after the Ethernet transmits / receives some...
Using my PIC32MZ SK, I added code that can read the PHY ID of the 8740 Phy module, it works ok, but only before I send data to the Ethernet controller. I can’t read the PHY registers after the Ethernet...
View ArticleDHCP issue on DHCP_SEND_REQUEST (evdokimosk)
Hello all, I am using the stack V5.36 and I am encountering some issues on the DHCP process. More specifically, if I insert a Delay (the worst approach, just for debugging purposes) definitely before...
View ArticleDemo App - PIC18F4620 with ENC28J60 module (JanB)
Hi, I have installed on a clean Windows 7 64bit machine the following programs; MPLAB X IDE v.1.95 C18 Compiler v.3.46 xc8 Compiler v. 1.21 TCP/IP stack (MLA v.2013-06-15) Java: (Just had latest...
View ArticlePIC24HXXX + ENC28J60 + TCP/IP (UDP): -performes/speed question (RedDwarf)
Hello, it would be nice if someone with experience from Microchips Ethernet stack could comment on whenever the application below may be feasible or not. Background:Today my uC send 16bytes of data,...
View ArticleTICK_SECOND and surrounding calculations (ilario)
Hello, with a pic24f at 32MHz, is it right to say that TICK_SECOND is 62500?((32000000/2) + 128) / 256 = 62500.5 I have a little problem in the code that seems to be an overflow one and this problem...
View ArticleMaking a TFTP client using TCP/IP Stack on the PICDEM.net2 board (Vikram.M)
Hi everyone, I am working on showing a hardware prototype of a FIREWALL using a micro-controller and the networking functionality it has. Using the PICDEM.Net 2 Development board which has an on board...
View ArticleIssues Uploading Webpages greater than 32KB (Shaheen)
Hi everyone, I am using MPFS Generator version 2.2.1 to generate MPFSImg2.bin file. If the .bin file size exceeds 32 KB, then webpage cannot be viewed and I receive "404: File not found" error. Below...
View ArticleICD-3 vs Microchip Stack (Vladimir Pervokvaker)
Hello. I have used ICD-2 for debugging MCHP stack for a few years, and it was fine. But recently I got new ICD-3, which is faster and work with Mplab-X, but there is big issue with it - if code...
View ArticleWifi G Demo Board - creating a generic TCP server (danny77)
Hi,I am trying to implement a generic TCP server on the Wifi G Demo Board (DV102412), and I would like to be able to connect a client through Wifi. I am very new to TCP stacks in general... The only...
View ArticleAdvices for ENC28J60 (Raul)
Hello. Is my first post here. I am building a card with ENC28J60 module and PIC18F4620. I have recieved packets and viewing the packets fields with a alphanumeric 20x4 LCD, as monitor with labels to...
View ArticleInternet Router (Fritz!Box) Problem with PICDEM.net 2 Board (Artjom)
Hello, I'm currently evaluating the TCP/IP Stack demo app (C18-PICDN2_ETH97 / Version v5.41.02) on the PICDEM.net 2 Board Rev.4. When I connecting the board over the Ethernet cable to a Cisco Internet...
View ArticleWireshark: no traffic using ajax? (elberto)
Hi, I'm using TCP/IP stack 5.2.When I load webpage I correctly see traffic with Picdem (when I load and/or refresh page), but I have no traffic using ajax (when I toggle led or I change potentiometer...
View ArticleTCPIP - Demo App with RealTEK RTL8201CL PHY chip (RookieRick)
Hi,I have a task to replicate the TCPIP - Demo App but using a different PHY chip. I'm using the PIC32MX795F512L for the processor just like the Ethernet Starter Kit but the board I have uses the...
View ArticleTrigger action my parameter in url (Stampede)
Hi guys, i got a nice TCPIP app working with a PIC18F47J53 and the ENC28. In order to toggle some IOs, I use the LED eaxmple like in the TCIP demo which is working perfectly. However, when I want to...
View ArticlePIC18F2423 to PC via Ethernet (sridevi.gunasekar)
Dear All, I have to transfer ten digit number from our microcontroller kit to PC. I have to do this with 10 kits and a single PC. So, I selected ethernet communication. But I'm new to this concept. Is...
View ArticleCannot connect to GenericTCPServer in the Demo App Example (gogetem08)
I am attempting to test out the TCP/IP Stack to understand how everything works. I am using the Ethernet Starter Kit and I am attempting to telnet into the GenericTCPServer as instructed in the help...
View ArticleRaw socket with TCP/IP Stack with BSD Sockets Stack v2.0 (aminos)
Hello, I want to create raw sockets with the functions included in the (LEGACY), but I don't know which ones are required to do that, any suggestions will be apprerciated ! I use this old stack,...
View ArticleTrouble with PICtail WiFi Demoboard (MRF24WB0MA) to run on PICdem.net 2 (tm112)
Dear Forum,I have several troubles to bring the PICtail WiFi Demoboard (MRF24WB0MA) to run on PICdem.net 2. I work with : MPLab 8.92 C18 3.47 TCP/IP stack 5.42.08 (2013-06-15) What I did is compiling...
View Article