Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serial blocks are hidden in adfruit and maker #4040

Open
machinehistories opened this issue Apr 1, 2018 · 10 comments
Open

serial blocks are hidden in adfruit and maker #4040

machinehistories opened this issue Apr 1, 2018 · 10 comments

Comments

@machinehistories
Copy link

In the adafruit circuit playground and in the maker tool the serial blocks are hidden. You can access the functions in java and you can see the serial blocks listed properly in the support documents for these two apps. I've tried the windows 10 adafruit app and it has the same missing serial blocks issue running the app locally as it does running it on in a browser on the web. Also may I ask how to use the webusb. I saw mention of it and it sounds exciting. It will be way easier for students to upload using a direct usb connection. Keep up all the exciting work. The serial blocks are still available in microbit.

@abchatra
Copy link
Contributor

abchatra commented Apr 2, 2018

Serial blocks are renamed to console as they are more student friendly and should work on windows app.

image

@abchatra
Copy link
Contributor

abchatra commented Apr 2, 2018

Webusb is still in experimental phase and questions are mostly related to security and usability of the prompts. Also webusb is not a web standard and still a proposal for W3C.

@machinehistories
Copy link
Author

machinehistories commented Apr 3, 2018 via email

@abchatra
Copy link
Contributor

abchatra commented Apr 3, 2018

write number: We are going to fix console.log to accept numbers as well. So one doesn't need a new block. Today you can use the join block in text category to do that.
write line: this is same as console.log

We don't have plan for the following. Why do you need them? Can you let us know the user scenario?
read line, read line until, read string, serial redirect,

@machinehistories
Copy link
Author

machinehistories commented Apr 3, 2018 via email

@abchatra
Copy link
Contributor

abchatra commented Apr 3, 2018

Thanks for the feedback @machinehistories

Are you asking for serial through pins or serial through USB?

@machinehistories
Copy link
Author

machinehistories commented Apr 3, 2018 via email

@abchatra
Copy link
Contributor

abchatra commented Apr 3, 2018

Thanks! Note I will mark this as feature request. Reason is the serial over USB is not implemented in CODAL runtime and will need work to be enabled. It is not just enabling these blocks.

@abchatra abchatra reopened this Apr 3, 2018
@abchatra
Copy link
Contributor

abchatra commented Apr 3, 2018

Feature requests in this bug:
USB over serial (CODAL + blocks)
USB over pins (blocks)

@machinehistories
Copy link
Author

machinehistories commented Apr 4, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants