PDA

View Full Version : convert Basic Stamp2 (BS2) => Pic



bs2rdu
- 30th August 2005, 18:50
Hello, sorry for my English!

I will like to convert my programming Basic stamp 2 (BS2) into pic 16f84a (PBP compiler). Only, I use a LCD and conversion is not carried out correctly. I am not able one to convert this: OUTS = %0000000000000000 DIRS = %0000000011111111.

Thank you

mister_e
- 31st August 2005, 03:12
outs => PORTx=XYZ
DIRS = > TRISx or INPUT or OUTPUT

bs2rdu
- 31st August 2005, 18:04
Thank you. You would have a program which is already converted so that I can see the modifications. Thank you.

mister_e
- 31st August 2005, 22:19
NOPE, sorry. But in PBP 2.45 book, look in the section 10 ... at the end. You'll probably find all you want.

bs2rdu
- 1st September 2005, 19:06
Thank you.

bs2rdu
- 10th September 2005, 17:18
Hello, Exceptionally, somebody could til make me programming (Pic 16f84A). LCD + Rctime Function

Thank you.

| LCD| Fonction|Pic 16f84A
'==================================
| P1 | E |RB1
| P2 | R/W |RB2
| P3 | RS |RB3
| P4 | DB4 |RB4
| P5 | DB5 |RB5
| P6 | DB6 |RB6
| P7 | DB7 |RB7



RA0 RCTime Function



+ --||----|---/\/\/\--- -
C | R Variable
RA0


Thank you very much.


:)

bs2rdu
- 15th September 2005, 19:48
Hello, Exceptionally, somebody could til make me programming (Pic 16f84A). LCD + Rctime Function

Thank you.

| LCD| Fonction|Pic 16f84A
'==================================
| P1 | E |RB1
| P2 | R/W |RB2
| P3 | RS |RB3
| P4 | DB4 |RB4
| P5 | DB5 |RB5
| P6 | DB6 |RB6
| P7 | DB7 |RB7



RA0 RCTime Function



+ --||----|---/\/\/\--- -
C | R Variable
RA0


Thank you very much.


:)




Hello,

Can you post me a small text on LCD via 16F8A


Thank you very much.

CocaColaKid
- 15th September 2005, 19:55
Check the manual under LCDOUT. There is a complete picture showing the connections to an LCD display.