Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 13:02 25 Nov 2024 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Maximite Control Centre

Author Message
asknik2022
Regular Member

Joined: 26/03/2022
Location: United Kingdom
Posts: 92
Posted: 07:01pm 04 Jun 2024
Copy link to clipboard 
Print this post

The Maximite Control Centre program does not scroll upwards when screen is full?
 
Volhout
Guru

Joined: 05/03/2018
Location: Netherlands
Posts: 4223
Posted: 08:34pm 04 Jun 2024
Copy link to clipboard 
Print this post

Yes, it scrolls when screen is full.
Unless you enable it, it does not wrap around. So if your text does not contain LF or CR, text may move outide the view window.
Edited 2024-06-05 06:37 by Volhout
PicomiteVGA PETSCII ROBOTS
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6098
Posted: 09:38pm 04 Jun 2024
Copy link to clipboard 
Print this post

If you have the Rx line-ending set to CRLF and your connected device only sends CR, it will never scroll up.
You have to match the line-endings to what is being received for the LF to be added.

esc-D will also scroll up.

There is a large scroll-back buffer. The default is 1024 lines.

Each line can be up to 256 characters but without wordwrap set, you will only see what fits on your terminal.

Jim
VK7JH
MMedit   MMBasic Help
 
asknik2022
Regular Member

Joined: 26/03/2022
Location: United Kingdom
Posts: 92
Posted: 07:29am 05 Jun 2024
Copy link to clipboard 
Print this post

I am using the MMbasic editor in windows 10 and when i select the run button! the MMC opens up but it doesn't auto scroll when it gets to the bottom of the page.

Is there a setting on MMC that I need to set.
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6098
Posted: 08:10am 05 Jun 2024
Copy link to clipboard 
Print this post

  Quote  If you have the Rx line-ending set to CRLF and your connected device only sends CR, it will never scroll up.
You have to match the line-endings to what is being received for the LF to be added.


MMCC scrolls when it receives a LineFeed
If your program is only sending a CR and you want MMCC to scroll, you have to tell MMCC that it will only receive CR.

That setting it done in the "Setup" menu.

If you set MMCC Rx to CR, when it receives a CR, the LF will be added for you.

The same thing will happen if you use TeraTerm as your terminal program.

Jim
VK7JH
MMedit   MMBasic Help
 
asknik2022
Regular Member

Joined: 26/03/2022
Location: United Kingdom
Posts: 92
Posted: 04:56pm 05 Jun 2024
Copy link to clipboard 
Print this post

Thank You Tassy Jim
 
Print this page


To reply to this topic, you need to log in.

© JAQ Software 2024