Page 1 of 1
PIC18f97J60 Network Support
Posted: Tue Oct 27, 2020 7:07 pm
by J1R2403
Hello! I am currently working on the PIC18f97J60 and I want to make use of the internal ethernet communications this PIC has. Does Flowcode V8 support the embended network (TCP/IP) feature? If yes, how do I use it? Thanks!
Re: PIC18f97J60 Network Support
Posted: Wed Oct 28, 2020 10:59 am
by Benj
Hello,
We don't currently have a TCP software stack for internal TCP/IP peripherals. You may be able to use a Microchip library and include it in the Flowcode project using C code icons and the SUpplementary code window.
Let us know how your getting on if you give it a go.
Re: PIC18f97J60 Network Support
Posted: Wed Oct 28, 2020 6:57 pm
by J1R2403
Ok, thanks i will try that and let you know
Re: PIC18f97J60 Network Support
Posted: Wed Oct 28, 2020 7:33 pm
by J1R2403
Just a follow up question because I'm to new at using Flowcode, how do I import a Mplab library to Flowcode?