TCP/IP stack for xc8 compiler (yafisdamda)
Hey folks..!!My application uses the TCP/IP stack (old ver) running on a PIC18F67J60 using c18 compiler(v3.47). Since the C18 compiler is been replaced by XC8, i was thinking of updating my application...
View ArticleConfig data with Harmony 1.07 tcpip stack (gary7)
I have used the MLA stack for years and I am converting over to the Harmony stack. I managed to get my hardware working with the pic32_eth_web_server demo and now want to start converting my webpages...
View ArticleDevice getting weird IP address (yafisdamda)
Hi.I am working on a product running Microchip TCP/IP stack. It has a PIC18F67J60 and compiler used is C18.This is my stack configuration:#define STACK_USE_UART#define STACK_USE_ICMP_SERVER#define...
View Articlepic32_eth_web_server set static ip address (raccess)
The pic32_eth_web_server sets the ip dynamically to begin with.I would like to set a static ip address.Is the Harmony Configurator the best way to do this or is there an easy way to do this via the...
View ArticleTelnet (jo1234)
I use the microchip program "pic32_eth_web_server.X" and wanted to know if it is possible to make a telnet connection with another PC (linux) to send commands such as "bash / or cd /"..
View ArticleEthernet switch hanging issue (ancy.muhammed)
I am using ethernet swicth KS8999_208. Ethernet data is coming from computer enters into the board through connector J4. UART communication is used to communicate the board with other boards through...
View ArticleNetBios name resolution (phyeng99)
Is there a NetBios Name Service Client for the current stack? Otherwise, how can the stack resolve the name of a local PC without the use of DNS? I'm trying to connect to a local server and my DNS...
View ArticleQuestion on UDP server mechanism and having multiple client at a time (uaz)
Hi, I need to understand more on the UDP server mechanism. Here are my questions: 1. Am I correct to say that a UDP server can only serve one connection at a time? I say this because when I use...
View Articleusing MainDemo() variables in CustomHTTPApp() (Abin)
Hi, I am trying to implement a webserver program.I have looked through and implemented a simple led controlling program through webserver. Let suppose i have a variable "a=2" in my MainDemo() . Is it...
View ArticlePIC16F/18F + XC8 + ENC28J60 + TCP + HTTP (jesustadeo850)
This is amazing! It works perfectly with a PIC18LF2550 and custom ENC28J60 development board, now, i'm trying to send JSONP packages to it, for Cross-domain requests, with the same basic program i send...
View ArticleCannot get SPI mode working on ENC424J600 (dynodan)
I am using a PIC32MX270F256D connected to a ENC24J600.Ethernet Jack is PULSE J00-0065NL All PIC functions are working correctly.ENC correctly has link light, and occasional traffic light (link goes...
View ArticlePIC16F/18F + XC8 + ENC28J60 + TCP + HTTP (jesustadeo850)
This is amazing! It works perfectly with a PIC18LF2550 and custom ENC28J60 development board, now, i'm trying to send JSONP packages to it, for Cross-domain requests, with the same basic program i send...
View ArticleUploading prebuilt MPFS2 Images to stand alone eeprom (Abin)
Hi guys,Is there a way to upload an MPFS2 image file ( .bin ) to an external eeprom using an eeprom programmer ? I have read that there are two ways ( using mpfs2 utility and web browser upload ) to do...
View ArticlePIC32MX230F256B + ENC28J60 + HTTP CLIENT + WRITING IN A DATABASE (smazzbass)
Hi everyone I'm completely new in this of TCP/IP stack so i have one question i was wondering if it is posibbleto write in a database with this line up. i was doing By myself some test, but i can't...
View ArticleMLA v2016_04_27 and PICDEM2 NET Demo App (crocu)
Hello, I built a custom board based from PICDEM2 NET ( 18F97J60 with built-in Eth controller ) and expect to use it with latest MLA version : v2016_04_27 in order to get Web server working. MLA is...
View ArticleLAN8740 initialization code at U-boot level for i-MX6 custom board (shree97)
Hello, I am using LAN8740AI-EN in our i-MX6 custom board.I want to access the ethernet at U-boot level for that I want code related to that if anyone has done that. Also want to modify the device tree...
View Articlepic32_eth_web_server change LED selector form to index.htm (raccess)
I am working with the pic32_eth_web_server example and want the form which switches the LED to be seen on the front page. I know I can achieve this in part by moving the following code from forms.htm...
View ArticleENC424J600 Desing Issues (gabbla96)
Hi all, I'm working on my grade project (allarm system with remote control). The system in mounted on a custom board with PIC32MX775F512H and an ENC424J600. The PIC works fine, but i can't made the ENC...
View ArticleHow can I use LAN9252 to implement EtherCAT? (justin124)
Hi, there I want use EtherCAT to replace CAN in my former projects, but I don't know where is to begin. I found LAN9252 form ethercat.org. After MCU connect to the LAN9252 via SPI, the EtherCAT was...
View Article