-
Notifications
You must be signed in to change notification settings - Fork 16
Not working on board only in simulator #17
Comments
I'm too trying to write to serial: and when I say: |
I just test it with python and writing file is working perfect :) |
I see there are many commits, how could I include the old commits of the file to my makecode on windows? I really want to work with JavaScript and not with python. |
Can confirm the same here... cannot use the web editor/JS - works in simulator but totally dead on board (no code runs at all). Good to know it's still possible via python though. |
Can confirm the same. Feedback from Micro:bit Foundation: |
It looks like there is an issue with the StringData type being passed into the files.cpp methods. |
@Cybot101 How could I fix it then? So I don't use python, but stay with Javascript? |
@roctopwerk |
@Cybot101 fork worked for me on the online makecode editor, offline (w10) did not work at first but worked after having it running through the online one first ... I know there are issues with compilation on w10 ... maybe is it related. |
Is there currently a setup of Operating System, browser, offline / online editor and firmware version to get this to function on a physical micro:bit? Or is this still strictly "simulator only"? |
Lacking a better place to add any documentation to get this working. Here are some instructions for adding the fork mentioned by @Cybot101 . Adding Github Repository to Available Extensions
NotesThe intended functionality of having files appear visible when the micro:bit is connected via usb* is not present in the fork. Data can be streamed over Serial and then downloaded as a * Which is what I assume is the crux of this issue Tested on:
Useful Links |
Example file no running in board Micro:bit.
https://makecode.microbit.org/_7ia7bCddr0Ay
The text was updated successfully, but these errors were encountered: