Using Simple IDE the print statment seems to put out Ascii codeds not text ?
whiteoxe
Posts: 794
// this code
#include "simpletools.h" // Include simpletools header
int main() // main function
{
print("Hello!!!\n");
print("Hello again"); // Display a message
}
outputs
................
48 65 6c 6c 6f 21 21 21 0d 0a 48 65 6c 6c 6f 20 Hello!!!..Hello
61 67 61 69 6e
aLL my print statements behave this way ????
#include "simpletools.h" // Include simpletools header
int main() // main function
{
print("Hello!!!\n");
print("Hello again"); // Display a message
}
outputs
................
48 65 6c 6c 6f 21 21 21 0d 0a 48 65 6c 6c 6f 20 Hello!!!..Hello
61 67 61 69 6e
aLL my print statements behave this way ????
Comments
Click Terminal Options button then Appearance tab and uncheck Show Hexadecimal Input.
Whiteoxe,
This is not normal. Which terminal program are you using?
-Phil
SimpleIDE terminal provides this as a debug mode. It is not the default.
the default termin with Mint and xterm
Im using Simple IDE and im stumped because it was working . I am getting some prop load error even when i try to run the simple Hello World program. Im tried using the wrong com ports and the message was simple No Prop Chip found on that com port...
but when set to the correct com port the message is just a propeller Load Error can you help me what is it i have got wrong this time please ?????
Ive left the prop board plugged in the batteries are new etc.... cant see why im not even getting that message that i poster first in this thread ?
edit; i reinstalled Simple IDe thinking that would do it but its giving me same error message...anyhow,i have to go out for a few hours, ill tackle it when i get back hme.