IDE Terminal Output Behaviour

General discussions about working with the Astrobe IDE and programming ARM Cortex-M0, M3, M4 and M7 microcontrollers.
Post Reply
gray
Posts: 109
Joined: Tue Feb 12, 2019 2:59 am
Location: Mauritius

IDE Terminal Output Behaviour

Post by gray » Mon Mar 04, 2019 8:56 pm

The IDE terminal only shows output, eg. via 'Out.Char()', only after 'Out.Ln'. In comparison, if I connect to the board using PuTTY, each output shows immediately. Is there a way to configure/change this behaviour in Astrobe?

cfbsoftware
Site Admin
Posts: 493
Joined: Fri Dec 31, 2010 12:30 pm
Contact:

Re: IDE Terminal Output Behaviour

Post by cfbsoftware » Tue Mar 05, 2019 10:44 am

No. The Astrobe terminal is intentionally designed to be simple to use and to work 'straight out of the box' without requiring any configuration.

If more configurability / flexibility is required, terminal emulators that I can recommend are FlashMagic, Teraterm and Syscon - whichever is best suited to the task in hand.

Post Reply