How to get serial input?
pico
Posts: 29
in Propeller 1
Hey guys, noob here.
So I got my parallax prop C3 board today and I tried out some C example codes.
I have some experience in Arduino, so I figured Prop-GCC wouldn't be too hard.
However, I couldn't find a way to get serial input! There wasn't a single tutorial on the internet.
Say I want to make a program where I tell the propeller my name, and the propeller spits back out "Hello, <name>!"
I don't know how to make the propeller capture serial data.
Any help would be awesome!
Thanks!
So I got my parallax prop C3 board today and I tried out some C example codes.
I have some experience in Arduino, so I figured Prop-GCC wouldn't be too hard.
However, I couldn't find a way to get serial input! There wasn't a single tutorial on the internet.
Say I want to make a program where I tell the propeller my name, and the propeller spits back out "Hello, <name>!"
I don't know how to make the propeller capture serial data.
Any help would be awesome!
Thanks!
Comments
learn.parallax.com has some tutorials for PropGCC beginners.
i.e: Serial Input
(this is about number input, strings are shown in the following tutorial).