About 2,600 results
Open links in new tab
  1. Serial - Microsoft MakeCode

    Reading and writing data over a serial connection.

  2. Serial port - Arcade - Microsoft MakeCode

    Sep 18, 2019 · For now, go to pxt.json, edit as text and add "serial": "*" in the list of dependencies.

  3. set Transmit Serial Number - Microsoft MakeCode Arcade

    Parameters transmit: a boolean that, when true, means that the board serial number is included in each transmitted packet. If false, the serial number value is set to 0. Example This program …

  4. pxt-hidserial Manual Page - Microsoft MakeCode

    When using pxt serve and developing at http://localhost:3232, the HID serial is forwarded to the browser, so there is no need to use pxt hidserial. Other useful HID command include pxt hidlist …

  5. create Serial - Microsoft MakeCode

    If your board doesn’t have a USB connection which provides a serial port, you can create a serial communication channel on its pins. Also, you might want another serial channel for exclusive …

  6. Serial comms with PC - micro:bit - Microsoft MakeCode

    Mar 2, 2021 · Using PuTTY in the PC (terminal emulator) and the Makecode commands “Serial write line ()” and “Serial write number ()” , I am able to send serial communication (for program …

  7. device Serial Number - Microsoft MakeCode Arcade

    device Serial Number Get the serial number for the Arcade ... The system software in your board creates a unique number to identify the board. You can use this number in your program if you …

  8. write Buffer - Microsoft MakeCode

    Information in a buffer is sent out the serial port with write buffer. This is used when you want to send information that is more complex and not just simple text or a number.

  9. How to directly connect to RS232 comport? - Microsoft MakeCode

    Aug 17, 2023 · It looks like it is possible to “redirect” the serial/UART ports to other pins (will no longer be sent over USB). It would just be the 0-3V logic of the micro:bit.

  10. create I2C - Microsoft MakeCode Arcade

    create I2C Opens a I2C serial communication channel over the given pins. ... Parameters SDA pin SCL pin Return A I2C instance that allows to interact with the bus directly.

Refresh