以下の内容はhttps://shuzo-kino.hateblo.jp/entry/2020/01/22/235838より取得しました。


arduino-xmodemで簡易的にArduinoと端末間のファイル送受信をする その2:Arduino to Guest

#include <SD.h>
#include <XModem.h>
Xmodem xmodem(&Serial, ModeXmodem);

void setup()
{
  Serial.begin(115200);
  delay(1000); //待ち
  File file = SD.open("/1.log");
  xmodem.sendFile(file, "datalog.log");
}

void loop() {
}



以上の内容はhttps://shuzo-kino.hateblo.jp/entry/2020/01/22/235838より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14