Shop OBEX P1 Docs P2 Docs Learn Events
Hydra Board and Simple IDE — Parallax Forums

Hydra Board and Simple IDE

seanyseany Posts: 1
edited 2014-03-11 10:47 in General Discussion
Hello,

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

  • PublisonPublison Posts: 12,366
    edited 2014-03-11 06:08
    Works fine on my Hydra with SimpleIDE Ver 0.9.45

    Hydra.jpg


    Baudrate 115200
    716 x 619 - 190K
  • PublisonPublison Posts: 12,366
    edited 2014-03-11 10:01
    Did changing to Baud 115200 on the terminal fix the problem?
  • jazzedjazzed Posts: 11,803
    edited 2014-03-11 10:47
    @Publison selected the Hydra board type (thanks!).

    That's pretty important. It is documented in the SimpleIDE User Guide.
Sign In or Register to comment.