BS1 connections
Steve2381
Posts: 94
Having never actually used a BS1 stamp before.... I started on the BS2.... I assume I can still program it using the parallel port (pin 25-GND, pin 11-busy, pin 2-data)?
I know there is a serial converter, but I don't have one of those.
Thanks
Steve
I know there is a serial converter, but I don't have one of those.
Thanks
Steve
Comments
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Parallax Tech Support·
I have never used the SERIN/SEROUT command before. I am intending to send 7 bits of information, via pin 7 through a 418mhz linK.
What would be the commands?
I have started with:
SEROUT 7,N2400,("abc",c1,c2,c3,c4,c5,c6,c7)
SERIN 7,N2400, ("abc"),#c1,#c2,#c3,#c4,#c5,#c6,#c7
Have I missed out anything? Well, I must have... it doesn't work! I was under the impression the "abc" would act as a 'synch' with the SERIN waiting for that to arrive before continuing.
Do I need the # symbols on the SERIN?
Thanks
Steve
Post Edited (Steve2381) : 8/12/2009 1:27:02 PM GMT
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Parallax Tech Support·
Thanks Dave