A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/MicrochipC/Microchip_PIC_Serial_RS232 below:

MicrochipC/Microchip_PIC_Serial_RS232: Examples of getting RS232 serial ports up and running for various Microchip PIC microcontrollers.

RS232 serial comms with PIC16x and PIC18x

For more C sample code, see www.MicrochipC.com.

Shows how to get a serial port up and running for a PIC16F876, PIC18F252 or PIC18F452.

Includes full schematics, PCB, component list, C code and lots of instructions.

Do you have examples for other microcontrollers to share with the community? We honour 98% of GIT pull requests within a few days!

From readme.txt:

How to interface a PIC16F876 to a computer via RS232 serial comms, with Hi-Tech C and VB6 source code.

##What you need

##Instructions

PICTest (c)2001 Shane Tolmie - see http://www.workingtex.com/htpic
Starting up serial @ 19200 baud, N,8,1, no flow control ...

This program tests the serial port.  It displays the text string '[alive]'
every few seconds, and echoes back to the user the ascii value of the pressed
key, plus one (+1), ie: putch(getch()+1)

If the following test returns [pass] the EEPROM has been all initialized to
0xEE by the downloaded .hex file (see eep_init.c). If [fail] it prints out the
EEPROM contents for your examination.

Testing EEPROM ... [pass]

Key pressed:

[alive] [alive] [alive] [alive] [alive] 12 [alive] 34

From readme.txt:

How to interface a PIC18F242 or PIC18F452 to a computer via RS232 serial comms, with Hi-Tech C and VB 6 source code.

What you need:

  1. Apply power to the PIC, and you should see the following come up in HyperTerm:

Serial tester program for PIC18F252 by Shane Tolmie
From: http://www.workingtex.com/htpic/
Starting up serial @ 19200 baud, N,8,1, no flow control ... [alive] [alive] [alive] [alive] [alive] [alive] [alive] [alive] [alive] [alive] [alive] [key pressed: d] [alive]

For more sample code, see www.MicrochipC.com.

Do you have any enhancements to share with the community? We honour 98% of pull requests within a few days!


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4