|
Forum Index : Microcontroller and PC projects : Help
| Author | Message | ||||
| RicM Regular Member Joined: 05/02/2022 Location: AustraliaPosts: 52 |
Dear Members, I am testing a CMM2 Generation 1 before I purchase it. The MM.INFO$(CPUSPEED) command not working and all other MM commands. Firmware is 5.6.0 Regards RicM |
||||
| lizby Guru Joined: 17/05/2016 Location: United StatesPosts: 3480 |
What kind of not working? What is the exact command you are using and the output or error message? PicoMite, Armmite F4, SensorKits, MMBasic Hardware, Games, etc. on fruitoftheshed |
||||
| phil99 Guru Joined: 11/02/2018 Location: AustraliaPosts: 2832 |
MM.INFO$(CPUSPEED) is a preset variable not a command. To see it's value type:- PRINT MM.INFO$(CPUSPEED) or PRINT MM.INFO(CPUSPEED) Edited 2022-03-13 13:51 by phil99 |
||||
| Geoffg Guru Joined: 06/06/2011 Location: AustraliaPosts: 3308 |
@phil99 is correct, you need to PRINT the value. Ric, it sounds as if you need a tutorial on the BASIC language, I recommend: https://geoffg.net/Downloads/Maximite/Programming_with_the_Colour_Maximite_2.pdf Start at page one and work your way through at least the first 24 pages. As @lizby said, if you are going to post a question about something "not working" you need to post the exact command or code fragment and the exact error message as seen on the screen. Then people can help you. Finally, the CMM2 either works or it does not work. It does not "half work". So if your CMM2 has booted up and you can enter a simple command you can be assured that you have a working CMM2. Geoff Edited 2022-03-14 13:58 by Geoffg Geoff Graham - http://geoffg.net |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |