https://github.com/eeyribas/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.
https://github.com/eeyribas/pic-serial-rs232-comm
18f4550 c-language c-programming-language css-c-compiler example pc-monitor pic pic-c-compiler pic-mcu pic-microcontroller pic-programming-tutorial pic18f4550 rs232 rs232-communication rs232-to-ttl sender serial serial-communication serial-port serial-terminal
Last synced: 27 days ago
JSON representation
Contains an application of Serial (RS232) communication with a PIC microcontroller. The PIC processor sends the integer value of "5" over Serial (RS232) communication.
- Host: GitHub
- URL: https://github.com/eeyribas/pic-serial-rs232-comm
- Owner: eeyribas
- Created: 2024-08-01T16:42:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-11T21:08:29.000Z (over 1 year ago)
- Last Synced: 2025-03-11T22:20:42.605Z (over 1 year ago)
- Topics: 18f4550, c-language, c-programming-language, css-c-compiler, example, pc-monitor, pic, pic-c-compiler, pic-mcu, pic-microcontroller, pic-programming-tutorial, pic18f4550, rs232, rs232-communication, rs232-to-ttl, sender, serial, serial-communication, serial-port, serial-terminal
- Language: C
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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).