Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 05:41 02 Aug 2025 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 : CMM2: GetFileDialog Box

     Page 4 of 4    
Author Message
lizby
Guru

Joined: 17/05/2016
Location: United States
Posts: 3378
Posted: 10:30pm 16 Feb 2021
Copy link to clipboard 
Print this post

  thwill said  is that actually TeraTerm or is that MMBasic for Windoze/DOS, and if the former then which font ?

That's Teraterm from an Armmite F4, default font using the PRINT command (I'm not sure you can change the font for PRINT, just for TEXT to the LCD).

While we're at this, can anyone explain why the following code doesn't properly print the upper left box character for single and double lines, and the lower left for double?

If I precede the corner character with a space, it prints properly.



print chr$(218);: for i=1 to 10: print chr$(196);: next i: print chr$(191)
print chr$(179);: for i=1 to 10: print " ";: next i: print chr$(179)
print chr$(179);: for i=1 to 10: print " ";: next i: print chr$(179)
print chr$(192);: for i=1 to 10: print chr$(196);: next i: print chr$(217)
print
print chr$(201);: for i=1 to 10: print chr$(205);: next i: print chr$(187)
print chr$(186);: for i=1 to 10: print " ";: next i: print chr$(186)
print chr$(186);: for i=1 to 10: print " ";: next i: print chr$(186)
print chr$(200);: for i=1 to 10: print chr$(205);: next i: print chr$(188)

print chr$(218);: for i=1 to 10: print chr$(196);: next i: print " "+chr$(191)
print chr$(179);: for i=1 to 10: print " ";: next i: print chr$(179)
print chr$(179);: for i=1 to 10: print " ";: next i: print chr$(179)
print chr$(192);: for i=1 to 10: print chr$(196);: next i: print chr$(217)
print
print chr$(201);: for i=1 to 10: print chr$(205);: next i: print " "+chr$(187)
print chr$(186);: for i=1 to 10: print " ";: next i: print chr$(186)
print chr$(186);: for i=1 to 10: print " ";: next i: print chr$(186)
print chr$(200);: for i=1 to 10: print chr$(205);: next i: print " "+chr$(188)

PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed
 
CircuitGizmos

Guru

Joined: 08/09/2011
Location: United States
Posts: 1427
Posted: 10:36pm 16 Feb 2021
Copy link to clipboard 
Print this post

Here is CMM2 Font #1 that you can install in Windows and set in Tera Term:

CMM2f1.zip
Micromites and Maximites! - Beginning Maximite
 
     Page 4 of 4    
Print this page


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

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025