Maker Pro
Maker Pro

An other PIC project: Add 8 analog 10 bit inputs, 2 digital inputs, 5 digital outputs, 1 PWM to your

D

donald

Jan 1, 1970
0
Spehro said:
What's a PIC16F960? Some kind of exotic engineering sample?
That is funny.

It's not found on microchips web site, however its listed as an include
file in mplab at: C:\Program Files\Microchip\MPASM Suite\P16F690.INC

Go figure.

donald
 
S

Spehro Pefhany

Jan 1, 1970
0
That is funny.

It's not found on microchips web site, however its listed as an include
file in mplab at: C:\Program Files\Microchip\MPASM Suite\P16F690.INC

Nah, that's the PIC16F690. Everyone has a few of those kicking around,
but Jan seems to have access to a supply of PIC16F960s.
Go figure.

donald

;-)


Best regards,
Spehro Pefhany
 
D

donald

Jan 1, 1970
0
Shit, Opps
Nah, that's the PIC16F690. Everyone has a few of those kicking around,
but Jan seems to have access to a supply of PIC16F960s.





Best regards,
Spehro Pefhany
 
J

Jan Panteltje

Jan 1, 1970
0
Shit, Opps

No, typo!!!! 690!
If you had looked at the asm it clearly stated 690.inc
I have fixed the web page.
 
J

Jan Panteltje

Jan 1, 1970
0
But this one needs to be programmed in Dutch and supplied with Beerenburger.

You seem to have some pre-occupation with Beerenburger.....
It can be used to clean the PIC though.
I managed to shoot some Dutch color codes recently:
ftp://panteltje.com/pub/color_codes.jpg
 
J

Joerg

Jan 1, 1970
0
Jan said:
You seem to have some pre-occupation with Beerenburger.....


I used to love that stuff.

It can be used to clean the PIC though.
I managed to shoot some Dutch color codes recently:
ftp://panteltje.com/pub/color_codes.jpg


Nice. Very cloudy, just like here :-(
 
An other PIC project:
Add8analog10 bit inputs, 2 digital inputs, 5 digital outputs, 1 PWM to your PC via RS232
And all that for less then 10$

OK:
http://panteltje.com/panteltje/pic/io_pic/index.html

Just some asm code to add some decent IO to your PC.

PS
I have added the Linux C source for a small communications program
specially for this PIC project.
It can be modified to add commands and parsing.
As many have problems with writing this sort of terminal programs,
here is about
the simplest 100% working example.
It is at the bottom of the web page,
http://panteltje.com/panteltje/pic/io_pic/index.html
or directly
http://panteltje.com/panteltje/pic/io_pic/ptlrc-0.1.tgz
 
J

Jan Panteltje

Jan 1, 1970
0
I have added the Linux C source for a small communications program
specially for this PIC project.

Added scripting option, example, so anybody with Linux can use it now.
 
Top