by i-Bot » Mon Oct 06, 2008 4:59 pm
by i-Bot
Mon Oct 06, 2008 4:59 pm
Robobasic seems to have been released on the robobasic,com website, but with no publicity from Hitec.
I did not have time to look to all the changes in PC environment, but I did look at the changes to the controller.
When you download code from RB 2.72 to the controller it asks you to upgrade the controller software. This takes the controller software to version 2.7 of MR-C3000F. The F and 2.7 mean that programs can now be downloaded and run from flash memory as well as from EEPROM,
If you set your controller type in RB as a MR-C3024, the download acts as previous and byte code goes into EEPROM. If you set the controller type to MR-C3024F, byte code goes to flash memory. There is a new ED serial command in the protocol to download to flash.
Try this with the two different contoller types and hear the speed difference !
- Code: Select all
DIM a AS INTEGER
entry:
MUSIC "C"
FOR a= 1 TO 5000
NEXT a
GOTO entry
There are a few other fixes in the sonar, print, and motorin code.
Robobasic seems to have been released on the robobasic,com website, but with no publicity from Hitec.
I did not have time to look to all the changes in PC environment, but I did look at the changes to the controller.
When you download code from RB 2.72 to the controller it asks you to upgrade the controller software. This takes the controller software to version 2.7 of MR-C3000F. The F and 2.7 mean that programs can now be downloaded and run from flash memory as well as from EEPROM,
If you set your controller type in RB as a MR-C3024, the download acts as previous and byte code goes into EEPROM. If you set the controller type to MR-C3024F, byte code goes to flash memory. There is a new ED serial command in the protocol to download to flash.
Try this with the two different contoller types and hear the speed difference !
- Code: Select all
DIM a AS INTEGER
entry:
MUSIC "C"
FOR a= 1 TO 5000
NEXT a
GOTO entry
There are a few other fixes in the sonar, print, and motorin code.