Top "Pic18" questions

The PIC18 series 8 bit microcontrollers manufactured by Microchip Technology.

Difference between PORT and LATCH on PIC 18F

I already read the datasheet and google but I still don't understand something. In my case, I set PIN RC6 …

port pic pic18
parsing ip adress string in 4 single bytes

I'm programming on a MCU with C and I need to parse a null-terminated string which contains an IP address …

c parsing pic18 c18
Reading state of input pins on a PIC18

I have been able to get outputs working on my PIC and can make a bunch of LEDs dance on …

microcontroller pic pic18 mplab
Setting up a C project with multiple source files in MPLAB

I'm using the MPLAB IDE and the XC8 compiler for a C project for PIC18 devices. I'm building a project …

c pic microchip mplab pic18
Delay on PIC18F

I'm using a PIC18F14K50 with HiTech ANSI C Compiler and MPLAB v8.43. My PIC code is finally up …

c delay microcontroller pic18 mplab
Multithreading using C on PIC18

How does one create threads that run in parallel while programming PIC18, since there is no OS?

c multithreading embedded pic pic18