Skip to content

Contains an application of Serial (RS232) communication with a PIC microcontroller. The PIC processor sends the integer value of "5" over Serial (RS232) communication.

Notifications You must be signed in to change notification settings

eeyribas/PIC-Serial-RS232-Comm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ac2da8a · Mar 11, 2025

History

3 Commits
Aug 1, 2024
Aug 1, 2024
Mar 11, 2025
Aug 1, 2024
Aug 1, 2024
Aug 1, 2024
Mar 11, 2025
Aug 1, 2024
Mar 11, 2025
Mar 11, 2025
Mar 11, 2025
Mar 11, 2025
Aug 1, 2024
Aug 1, 2024

Repository files navigation

PIC-Serial-RS232-Comm

Contains an application of Serial (RS232) communication with a PIC microcontroller. The PIC processor sends the integer value of "5" over Serial (RS232) communication. Serial (RS232) communication occurs through the pins of the PIC microcontroller.

IDE Version: PIC C Compiler (CCS C Compiler) v5.008

PIC Used: PIC18F4550

Datasheets: The PIC18F4450 pinout diagram is shown in the image (PIC18f4550.png). Serial (RS232) communication between the PIC processor and the PC can be tested. The connection between the PIC and the PC is shown in the image (PIC-USB Connection.png).