Hydra Board and Simple IDE
seany
Posts: 1
Hello,
I just started with Hydra, and I was using the SimpleIDE . However, the hello world code
is producing Chinese characters like 迟¦ when ran in terminal.
I am using a baud rate of 57600
(all other baud rates till 9600 and 115200 above it also produced other similar chinese characters)
Did I do something perticularly wrong?
I just started with Hydra, and I was using the SimpleIDE . However, the hello world code
/* Welcome.c Welcome to SimpleIDE, the C programming environment that makes it easy to get started with the multi-core Propeller microcontroller! To run this program: [... ] */ #include "simpletools.h" int main() { print("Hello world"); }
is producing Chinese characters like 迟¦ when ran in terminal.
I am using a baud rate of 57600
(all other baud rates till 9600 and 115200 above it also produced other similar chinese characters)
Did I do something perticularly wrong?
Comments
Baudrate 115200
That's pretty important. It is documented in the SimpleIDE User Guide.