Archive for March, 2004

TACTICAL RETREAT

Sunday, March 21st, 2004

Coincidental with getting a bad cold and disorienting dreams with psuedo computer & electronic stuff woven in, I have considered it time to take
a tactical retreat and an assessment of where I am working with the
PIC microcontroller.

(more…)

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…)