Hi Vasile, there are many samples on 18f4620. Take a look at microchip's documentation if needed.
Some samples are for ENC28j60 and some may be for SLIP (Serial Line Internet Protocol). I suppose they could be named better. I believe both flavors use the same networking libs. I did have a web server working with this, I think the sample is 18f4620_network_all_in_one.jal but start with a small sample like 18f4620_network_ping.jal 18f4620_network_all_in_one.jal 18f4620_network_ping.jal 18f4620_network_slip_isr_ping_udp.jal 18f4620_network_tcp_client.jal 18f4620_network_tcp_server.jal 18f4620_network_udp_client.jal 18f4620_network_udp_server.jal 18f4620_network_webserver_enc28j60.jal It would be nice if we could get the libraries to work with PICs that have a ethernet module within them. Matt. On Tuesday, December 21, 2021 at 10:38:28 AM UTC-5 vasile wrote: > Hi all, > I've noticed Matt wrote a few libraries related to ethernet: > enc28j60.jal, http.jal, networking.jal, ethernet mac.jal, maybe others... > > However I did not find a simple example of a miniweb server (PIC + > ENC28j60) where you can do very simple tasks like reading a voltage or > reading an input pin, or setting an output pin level. > > I remember at one moment I saw a jal example of how to implement such a > minimal stuff..but I do not remember where. > Any ideas are appreciated. > thx. > > -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/1a46375a-90cc-4c79-8fd9-8bf9ccfee17en%40googlegroups.com.
