Works Works¡ LCD + GPS (smart Mode)
wu4m4n
Posts: 22
I'm a total newbie
1 week ago and more, that I have basic stamp and not done anything but read and practice.
For me it's a huge emotion that something I work, I have no knowledge of electronics. Only program in Php ..
I share with you my little contribution for those who wish to do something similar.
[code]
' {$STAMP BS2}
' {$PBASIC 2.5}
'================== LCD
TxPin CON 1
Baud19200 CON 32
HIGH TxPin ' Set pin high to be a serial port
PAUSE 5 ' Pause for Serial LCD to initialize
'=============== GPS
GetLong CON $06 'OBTENER LONGITUD
GetLat CON $05 'OBTENER LATITUD
GetValid CON $01 'OBTENER SE
1 week ago and more, that I have basic stamp and not done anything but read and practice.
For me it's a huge emotion that something I work, I have no knowledge of electronics. Only program in Php ..
I share with you my little contribution for those who wish to do something similar.
[code]
' {$STAMP BS2}
' {$PBASIC 2.5}
'================== LCD
TxPin CON 1
Baud19200 CON 32
HIGH TxPin ' Set pin high to be a serial port
PAUSE 5 ' Pause for Serial LCD to initialize
'=============== GPS
GetLong CON $06 'OBTENER LONGITUD
GetLat CON $05 'OBTENER LATITUD
GetValid CON $01 'OBTENER SE
Comments
Good for you. Excellent! Keep it going...
From Newbie to Newbie..
Cheers
Yosh
Keep the good work
and you are welcome
Gracias¡
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔