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 : MM-teraterm
Author | Message | ||||
palcal Guru Joined: 12/10/2011 Location: AustraliaPosts: 1873 |
Trying to load a program into the Mini-Maximite using Tera Term. Have set the delay to 50 ms per line but when I paste it is if the program runs as it is pasted and I get error messages all through the pasted program. Eg. 'No more data to read' and a lot of 'cannot find the label'. Can someone run me through how to do this. Thanks, Paul. "It is better to be ignorant and ask a stupid question than to be plain Stupid and not ask at all" |
||||
bigmik Guru Joined: 20/06/2011 Location: AustraliaPosts: 2914 |
Hi Paul, l I am not sure this is related but I found that when I wrote long lines in notepad and copied them in with TT that I had to make sure that the notepad didn't do a line feed in the middle of a long line, I had to set the font to 8 pt or it pasted like a split line into TT.. Regards, Mick Mick's uMite Stuff can be found >>> HERE (Kindly hosted by Dontronics) <<< |
||||
Geoffg Guru Joined: 06/06/2011 Location: AustraliaPosts: 3194 |
Are you pasting lines without line numbers? In that case MMBasic will think that you are typing in a lot of commands to be executed immediately. You have to use the AUTO command without any parameters. Geoff Geoff Graham - http://geoffg.net |
||||
palcal Guru Joined: 12/10/2011 Location: AustraliaPosts: 1873 |
OK I used the Auto command and the program pastes but I cannot save it. I tried pasting in Edit mode but the program pastes all over the place. I must be doing something wrong. Paul. "It is better to be ignorant and ask a stupid question than to be plain Stupid and not ask at all" |
||||
Geoffg Guru Joined: 06/06/2011 Location: AustraliaPosts: 3194 |
You must terminate the AUTO command with CTRL-C. Then, you can save, edit, etc. You cannot paste in the edit mode because the editor has to do a lot of work (scrolling, etc) and it cannot keep up with the data rate. AUTO works. It is in the manual. Geoff Geoff Graham - http://geoffg.net |
||||
palcal Guru Joined: 12/10/2011 Location: AustraliaPosts: 1873 |
Yes, sorry about that I found out if all else fails read the manual. Sorry for the trouble. Paul. "It is better to be ignorant and ask a stupid question than to be plain Stupid and not ask at all" |
||||
Print this page |