Can you use the Propeller Demo Board USB port to communicate with PC ?
Bean
Posts: 8,129
I've tried using simple_serial with both pin 30 and 31. But I cannot get the red LED (send) to light at all.
I'm just using
Serial: "Simple_Serial"
Serial.Start(30, 31, 9600)
REPEAT
· Serial.tx("A")
I've tried swapping 30 and 31, but I cannot get any lights on the USB port on the demo board.
What am I doing wrong ?
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
“The United States is a nation of laws -· poorly written and randomly enforced.” - Frank Zappa
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
www.hittconsulting.com
·
I'm just using
Serial: "Simple_Serial"
Serial.Start(30, 31, 9600)
REPEAT
· Serial.tx("A")
I've tried swapping 30 and 31, but I cannot get any lights on the USB port on the demo board.
What am I doing wrong ?
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
“The United States is a nation of laws -· poorly written and randomly enforced.” - Frank Zappa
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
www.hittconsulting.com
·
Comments
Have you tried using the Full Duplex object? I have seen a few people having issues with the Simple Serial Object. Just a suggestion to narrow things down. Take care.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
The pin numbers do need to be swapped ("Serial.Start(31,30,9600)").
I've used FullDuplexSerial this way before (in BoeBotBasic). I'm not sure
if I've tried Simple_Serial though. It should work the same.
Mike
I think I got it working now, thanks.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
“The United States is a nation of laws -· poorly written and randomly enforced.” - Frank Zappa
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
www.hittconsulting.com
Post Edited (Bean (Hitt Consulting)) : 5/24/2007 6:48:52 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
Working perfectly now using the PLX-DAQ software.
Thanks to everyone for your help.
Bean
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
“The United States is a nation of laws -· poorly written and randomly enforced.” - Frank Zappa
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
www.hittconsulting.com
·