Replies: 3 comments 2 replies
-
@duzymaju 1.0.0-beta.13 is just released. Since 1.0.0-beta.13, you can use |
Beta Was this translation helpful? Give feedback.
-
Nothing required. Just use it according to the docs. (
|
Beta Was this translation helpful? Give feedback.
-
@duzymaju Sorry for the inconvenience. I found that the problem was caused by Webpack's process object polyfill in IDE. Now we fixed the problem, so please try again in IDE. |
Beta Was this translation helpful? Give feedback.
-
I'd like to communicate with Pi Pico both ways via USB serial port. In MicroPython I simply use
sys.stdin
to listen for input andprint
to send output back. Is there a way to listen for serial port data using Kaluma? Thanks in advance for help!P.S. I understand that I can send output using just
console.log
.Beta Was this translation helpful? Give feedback.
All reactions