日本語のみで絞り込む

2020/11/29 -I need to use hardware flow control but I am struggling to get it to work. Never done this before with MBED OS.

Set the flow control type on the serial port. More... void, set_flow_control (Flow type, const serial_fc_pinmap_t &static_pinmap). Set the flow control type on ...

Serial.cpp - wrapper over mbed RawSerial Part of Arduino - http://www.arduino.cc/ Copyright (c) 2018-2019 Arduino SA This library is free software; ...

2023/2/28 -set_flow_control(SerialBase::RTSCTS, MDMRTS, MDMCTS); . With the correct serial flow control, the serial connection is stable and don't get ...

Getting started with mbed-OS and mbed Online Compiler ... mbed Online Compiler is a compiler for mbed-OS. It ... set_flow_control(SerialBase::RTSCTS, PIN_RTS ...

The Earl Philhower core does not appear to support flow control. The Arduino mBed code for rp2040 does call set_flow_control() (an mbed function), but I can ...

2019/11/23 -Mbed ATCmdParser::recv using scanf type parameters yielding incorrect string results ... Using the mbed ... set_flow_control(Serial::RTSCTS, PB_14 ...

2016/10/5 -(リンカエラーになるので、cpp のコンパイル時にうまく定義できてない?) そのため、↑のエントリーで書かれているように. SerialBase::set_flow_control ...

eLua stands for Embedded Lua and the project aims to offer the full set of features of the Lua Programming Language to the embedded world.

2018/8/23 -set_flow_control (Flow type, PinName flow1=NC, PinName flow2=NC). int, write (const uint8_t *buffer, int length, const event_callback_t ...