|
Re: MPLAB error: Error [1027] unable to locate 'serial_ports.h'
You'll need to be more specific. The errors are telling you exactly what's wrong, you just need to understand what they're telling you. Usually the first error will clean up a lot of the following errors (i.e. if you're missing a header file, any reference to variables in that header will throw errors).
My suggestion is to copy/paste the entire output here and put it in a code block so it's readable. At that point, someone can take a look and provide suggestions
|