Page 1 of 1

New CoolTerm Install/Will not print "Hello World"

Posted: Tue Oct 15, 2024 6:58 pm
by Joe0321
I just installed CoolTerm onto my PC. In the command line at the bottom, I typed in

print("Hello World")

And I hit "enter."

It does not execute, and that line of code just disappears. Why is it not printing "Hello World"?

Re: New CoolTerm Install/Will not print "Hello World"

Posted: Fri Oct 18, 2024 6:20 pm
by roger
Hitting enter after typing something in the command line will simply send what you typed to the serial port. Unless your serial device sends something back, you won't see any data in the terminal window. If you want to see what you're sending, then you can enable the "Local Echo" option in the Terminal Options in the Connection Options dialog.