Basic Micro Studio - Changes in Beta from Build to build

Wutha! :open_mouth:

Does this work in normal basic, or do you have to use the assembly language serial thingy you wrote?

Simple everyday serin/serout :smiley:
Kurt

This is awesome news! Thanks for figuring this out. Very impressive! 8)

I’ll have to try it. I’d like to get back to 115K as well.

Alan KM6VV

Whoa! Pretty cool!

Does this support the BAP 28 as well? I’m gonna try this for sure this weekend! 115K + binary!

Great job guys!
Xan

I did not test the fix on a Bap28, but did test the off by 1 value (Made my own baud mode) and it worked… The only difference would be in the main loops, does the wait loop take 8 cycles (bap28) or 10 cycles(Bap40 Arc32), such that each time through is .5us…

Kurt

Looks like Nathan made another release: BasicMicro Studio 2.0.0.8:

Note: So far the only testing I have done with this build was to rebuild/download Arc32 phoenix code running with SSC-32 on my CHR-3…

Kurt

Thanks for your ongoing efforts to keep us informed of the evolving Studio IDE. I’m happy they are finding and implementing tweaks to make this one of the best supported development platforms. 8)

Quick update:

New release BasicMicro Studio 2.0.0.9

Not sure about manual part, I uninstalled …8 and installed …9 and still have my same old marked up manual…
EDIT: Manual is updated - Adobe for some reason kept a cached version (appdata\roaming…) on my machine and used it instead of the real one…
Kurt

… i wonder when the ARC32 are to be fully included in the manual … :unamused:

The ARC32 specific commands will always be documented in the ARC32 datasheet. They won’t be in the main manual. Since those commands only work for ARC32 we didn’t want any confusion. We plan on sticking to this pattern for future products that have specialized commands as well.

ok, understood !

I can see that.

One other thought might be to just make a separate ā€œARC-32 appendixā€. Maybe even as a separate document. I usually think of a data sheet as being hardware… But whatever works!

the ARC-32 is a great board!

Alan KM6VV

Basic Micro has released a new build: BasicMicro Studio 2.0.0.11

If you are interested in what the AtomProDuino is: Mad Hatter Microcontroller Board

I asked Nathan if I had version 2.0.0.9 and did not have the new board, if I should upgrade to this build, his answer was:

Kurt

Basic Micro has released a new build: BasicMicroStudioSetup_2-0-0-13

Build 13 was released: BasicMicro Studio 2.0.0.13

Things included:

Note: I first tried cheating and not uninstalling first and had issues with Mad Hatter. The menu item was wrong. Nathan responded:

BasicMicro Studio 2.0.0.14

Current Release:
BasicMicro Studio 2.0.0.15

Nathan (AcidTech of BasicMicro) released a new build last night. I think he forgot to make a proper link in his posting. But you can get to it by: BasicMicro Studio 2.0.0.16

The things he mentioned that were fixed in this build include:

Note: Just verified that the SQR bug was fixed. This was one of the reasons the BAP version of the arm code was not working properly. A simple program that was failing:

[code]v1 var slong
v2 var slong

v1 = 1063250000
v2 = 1117250000

pause 500
serout s_out, i38400, dec SQR(v1), " ", dec SQR(v2), 13]
[/code]
Now prints: 32607 33425 :smiley:

Kurt

Thanks for letting us know! :smiley: