Log in

View Full Version : need a help in programming pic16f628A



elippo
- 14th April 2010, 19:31
Hello,

I am using a pir sensor connected to a serial port through max232 and pic16f628A.
I need a program assembly coding for pic16f628A that give me a certain output( "N" per example ) when the sensor is on, and another output ( "F" per example ) when the sensor is off. can anyone help me ?

any help will be appreciate .

Bruce
- 14th April 2010, 22:59
Hi elippo,


I need a program assembly

For help with PIC assembly language, please visit the Microchip forum at;
http://www.microchip.com/forums/Default.aspx?

We use PicBasic Pro here, which is a BASIC compiler, from MeLabs.com,
and by far easier than using assembly language.

If you prefer to write PIC programs in BASIC, you can download the FREE
PBP demo from here: http://www.melabs.com/pbpdemo.htm to get a feel
for how simple PBP is compared to assembly language.