![]() |
Forum Index : Microcontroller and PC projects : Is it possible for MM.ver to give full details
Author | Message | ||||
Andrew_G Guru ![]() Joined: 18/10/2016 Location: AustraliaPosts: 871 |
Hi all, In the recent discussion about the F4 Backlight function I found that I was having to re-flash updates just to make sure I really was on the version I thought I was because: ? MM.VER only gives "5.07" Is it possible to get the full description, eg: "ARMmite MMBasic Version 5.07.00b8" (On the F4, on my PC, the startup banner disappears before I have time to connect MMEdit to view it - initiating the startup banner without resetting the F4 might be another solution) Cheers, Andrew |
||||
CircuitGizmos![]() Guru ![]() Joined: 08/09/2011 Location: United StatesPosts: 1427 |
Suggestion: Leave MM.VER as is. Implement MM.something that would provide startup banner info. Micromites and Maximites! - Beginning Maximite |
||||
RetroJoe![]() Senior Member ![]() Joined: 06/08/2020 Location: CanadaPosts: 290 |
+1 "MM.PLATFORM" or similar. Enjoy Every Sandwich / Joe P. |
||||
MauroXavier Guru ![]() Joined: 06/03/2016 Location: BrazilPosts: 303 |
Try this: PRINT MM.DEVICE$ + " - Version " + STR$(MM.INFO(VERSION)) |
||||
Andrew_G Guru ![]() Joined: 18/10/2016 Location: AustraliaPosts: 871 |
Thanks guys, all good suggestions. I'll add "MM.BANNER" - but only as a suggestion. Cheers, Andrew |
||||
TassyJim![]() Guru ![]() Joined: 07/08/2011 Location: AustraliaPosts: 6283 |
The majority of 'mites are able to do a reset without having the USB also reset. This makes MM.BANNER of limited benefit. What happens if you use TeraTerm instead of MMEdit? I am interested in trying to work out why your system clears the serial buffer on connection while my MMEdit on Windows 10 leaves the buffer (with banner) intact. Jim VK7JH MMedit |
||||
Andrew_G Guru ![]() Joined: 18/10/2016 Location: AustraliaPosts: 871 |
Hi Jim, and thanks, The question was more of a suggestion - that showing the banner without resetting the device might be useful - but maybe not? Yes TeraTerm shows the full banner (I prefer MMEdit). But so does MMEdit sometimes. I was getting caught out if I had to Clear the connection, then Select the COM port and then connect to the MM. If I close the chat window first, then reset the mite, I can then Connect to the MM (without Clearing, or Selecting the COM port) as soon as the PC blings - and the full banner is there. (I suspect it was the time taken to clear, select and connect that was the problem). Does that make sense? Andrew |
||||
TassyJim![]() Guru ![]() Joined: 07/08/2011 Location: AustraliaPosts: 6283 |
Yes, that makes sense. If you forget to close the terminal window (and therefore the com port), Windows has a tissy fit when the com port gets removed/reinserted. You may have to close MMEdit fully to make Windows happy again. In MMEdit, if you don't change the com port settings, just close it before power cycling the 'mite, the com port buffer should be intact. Jim VK7JH MMedit |
||||
Andrew_G Guru ![]() Joined: 18/10/2016 Location: AustraliaPosts: 871 |
Thanks Jim. Andrew |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |