Help With Pink Module(Serial to BSp)
DiablodeMorte
Posts: 238
oK. I am trying to work on an idea for another post. I have a pink and would like to talk to it w/ a bsp
The config of the PINK serial is:
Baud: 9600
Data Bits: 8
Data Parity: None
Stop Bits: 1
My bs code is:
' PINK_01.bs2
' {$STAMP BS2p}
' {$PBASIC 2.5}
NBVAR VAR Byte
SEROUT 8,240,[noparse][[/noparse]"!NB0R06"]
SERIN 7,240,[noparse][[/noparse]NBVAR]
DEBUG "|",DEC NBVAR,"|",CR
END
I think its wired right. I wired it as the manual said(except the serial out is pin 8 and serial in is 7)
Is there any reason why it would NOT work?
P.S. I can access the pink on the web
Oh, And it is a BSP40
Post Edited (DiablodeMorte) : 2/11/2006 7:17:09 PM GMT
The config of the PINK serial is:
Baud: 9600
Data Bits: 8
Data Parity: None
Stop Bits: 1
My bs code is:
' PINK_01.bs2
' {$STAMP BS2p}
' {$PBASIC 2.5}
NBVAR VAR Byte
SEROUT 8,240,[noparse][[/noparse]"!NB0R06"]
SERIN 7,240,[noparse][[/noparse]NBVAR]
DEBUG "|",DEC NBVAR,"|",CR
END
I think its wired right. I wired it as the manual said(except the serial out is pin 8 and serial in is 7)
Is there any reason why it would NOT work?
P.S. I can access the pink on the web
Oh, And it is a BSP40
Post Edited (DiablodeMorte) : 2/11/2006 7:17:09 PM GMT
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com