Archive for the ‘Uncategorized’ Category

some feedback for my BLOG

Saturday, March 13th, 2004

Alex Mc Leod viewed my blog and had this comment:
Viewed your BLOG and liked it very much

IF YOU WANT TO CONTACT ME

Tuesday, March 9th, 2004

Let’s see if this works!
My e-mail address is
lvkeegan@comcast.net
you might have some questions or comments

CREATING A TABLE ON THE PIC

Monday, March 8th, 2004

Today I have created a TABLE similar to an array on my PIC.
But note that this is not just a list of bytes in RAM, but bytes in
the EEPROM DATA memory. Program memory is for 14 bit
instructions, but EEPROM data memory is in bytes.
I created a program in QBASIC that creates a table. It is called
MAKETABL.BAS. There is another program READTABL.BAS.
These programs use PIC programming commands the same
as those used to enter the main program onto the PIC.

(more…)

Monday, January 12th, 2004

This is the hardware for programming the PIC
prgrmr3.jpg
There is a PC laptop using the parallel port to talk
to a TTL buffer and thru it the PIC to be programmed