TCPIP Stack 5.36 how to change Manufacturer (funghi)
Hi,I noticed that the Manufacturer of the TCPIP Stack is "Microchip Technology Inc." when searching the Device over ethernet.The Version of the Stack I use is 5.36 - does anyone know where I can change...
View ArticleGenericTCPClient() issue (ALFREDOSKY)
Hi all, i tried to comunicate my board(client) with my PC(server) using tcp sockets. I used Generic TCPClient() routine from microchip examples; the socket never connect, always return from...
View Articlework with LAN8740 and without Harmoy (VELASCO)
Hello, sorry for my English. I have a project running fine with the ethernet starter kit. But now I must to change to ethernet starter kit II, because my company wants to use the SMSC LAN8740A PHY. The...
View ArticleIssue with Stack v5.43 when only defining ICMP (gonzalonal)
Hello everyone,I think I have found a minor issue with the stack when trying to use JUST ICMP protocol. i.e.//#define STACK_USE_UART // Application demo using UART for IP address display and stack...
View ArticleLAN9303 - No Connection for ERXERR? (Noggin)
I have a LAN9303 design using RMII on a PIC32MX695. This document ( states that the ERXERR signal on RMII is required to be connected to the PHY but there doesn't seem to be an output for this on the...
View ArticleLAN9303m + ext PHY + EEPROM loader (Waldemar Borek)
I am using 9303m with two external PHYs (Broad-Reach TJA1100). There is no uP for managing, everything I want to setup using EEPROM loader (feature of 9303m). And it works ok except configuring ext...
View ArticlePIC18f87j60 + TCP/IP+Configuration (sisiru)
Hi,I am wondering what configuration changes has to be done in HardwareProfile.h and TCPIPConfig.h when RJ45 is directly connected to PIC's TPOUT and TPIN pins( I mean not using a ethernet module) ?..
View ArticleWeb form development (breinhold)
I have some very basic "how do I get started?" questions I haven't been able to find answers to. I want to develop advanced web form functionality similar to the functionality included with the...
View ArticleC18_PICDN2_ETH97 COMPILATION ERROR (banic)
HiI was successfully working with SNMP functionality by using C18_PICDN2_ETH97 project on PICDEMONET2 HW.Now I am trying to change snmp version to v3. If I compile the original project with uncommented...
View ArticleHow to send a file using http client from the PIC32 (boidi)
Hi all,I want to send a file from the pic 32 esk using http protocol. I am using "TCP IP Demo App project" and running Generic TCP Client program. I am able to send string to the server, but how to...
View ArticleUsing the TCP/IP Demo App on the PICDEM.NET 2 Development board. (Vikram.M)
Hello everyone, I searched the microchip forum for the past two days before i could post my very first question on this forum. I am new to the PIC family of microcontrollers and I am finding...
View ArticleHelp with SNTP in V5.43 Possible bug (gonzalonal)
Hello everyone, I am having troubles getting to work SNMP in TCP/IP stack V5.43, compiler version XC8 V1.32At first sight the issue appears to be bad DNS resolution, more specific, a wrong request. I...
View ArticleSuspected Bug in UDP.c shows up in concert with DNS & SNTP (kda406)
I have strong evidence of a bug in UDP/DNS in the 5.42 stack. I have seen it on a few hardware platforms using several different PIC32 micros using unmodified DNS.c and UDP.c files. SYMPTOM: DHCP,...
View ArticleHow to correctly use HTTPExecuteGet() ? (sambuddy)
Hello All, I currently have a requirement to be able to process an argument that represents a directory name that is delivered using HTTP GET e.g. "c:\scripts" and as a response i would like it to send...
View ArticleTCPFlush(sktHTTP) doesnt seem to flush (sambuddy)
Hello All,I have the following code while(TCPIsPutReady(sktHTTP) { TCPFlush(sktHTTP); printf("tcp is put ready = %d and strlen = %d \r\n",TCPIsPutReady(sktHTTP),strlen(out)); } and when it gets into...
View ArticleHow to detect a disconnection? (barzacam)
Good day to all,I have seen many topics but I have not found the solution. My board connects to a server and socket is alive all the time. When server is closed, my board detects this and open a new...
View ArticleAuthentication demanded for non protected web pages (Jaffa)
I have an embedded application developed on 18F97J60 using Microchip TCPIP stack v5.41.2 and C18 v3.47. So far things have been working reliably, but just lately I had need to update the web page...
View ArticleMIB import (peterverkaik)
Hi, I am using SNMP with the tcpip stack and want to add a custom MIB to importinto the mchip.mib filebut I can' t find the location where the mchip.mib imports from.It just states in the mchip.mib...
View Articlecan TCPIsPutReady() return zero forever? (ilario)
Hello, starting from GenericTCPClient.c example I wrote some code to transfer data from PIC24 to a remote server; I've used a machine state, of course. The whole process works well but sometimes...
View ArticleNeed help on how to troubleshoot a bug (RookieRick)
I've got a board modeled after the PIC32 Ethernet Starter Kit. My board is all pretty much the same hardware except I'm using some I2C ports to communicate with some sensors. I've written some code to...
View Article