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.
Emady Newbie Joined: 02/02/2016 Location: United KingdomPosts: 23
Posted: 11:58pm 23 Mar 2016
Copy link to clipboard
Print this post
Hi,
I was wondering if someone can help. I've just finished my MM+ with a 7" LCD and I have configured it to be used standalone with an external keyboard.
I am trying to type in the example pump control programmed from the manual but some of the lines are too long and exceed the 60 or so character width set by the editor. How can I break the line in MMBasic so I can overcome this problem please?
Thanks,
Elia
Zonker Guru Joined: 18/08/2012 Location: United StatesPosts: 767
Posted: 12:50am 24 Mar 2016
Copy link to clipboard
Print this post
Hello Emady and welcome to the Forum..!
If you get about half the line typed in, just do a <cr> to get to the next line and finish typing the rest of the line. Then, go back up to to the last line and delete the <cr> and that should connect it back into a single line that is now longer that the LCD screen can display, but it's in there. Should work...
But it's easier to not use the LCD display for editing and use the USB port and Teraterm or the MMedit program to enter the program. If using Teraterm, you can setup the options to say "option display 36,100". This sets up the internal editor to 36 lines by 100 columns so the program lines will fit. You could also use Notepad to enter the program and then using the Xmodem transfer function, load the program into the MM+ flash memory... Read the section in the manual about the editor... I assume you are using the ver5.1 firmware for the MM+...
Hope this helps...
Emady Newbie Joined: 02/02/2016 Location: United KingdomPosts: 23
Posted: 02:32am 24 Mar 2016
Copy link to clipboard
Print this post
Hi Zonker,
Thanks a lot, that worked like a charm!
I will try using Teraterm but I wanted to try out the MM+ as a standalone computer.