0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[構想編(妄想...)]めちゃくちゃ軽量な、テキストの入力システムが作りたい。

Last updated at Posted at 2025-09-20

いろいろ注意

  • 予定は、未定

目的

いろいろとテキストを入力したい
メニュー、コマンド方式

===...は、接続時の文字化け防止用

仕様


=================================
=================================

[i]nput  input text
[l]ist   output text
[n]ew    text clear
[r]un    execution
*[s]ave  save eeprom
*[r]ead  load eeprom 
[b]ye    exit system
=>_

  • 入力する

=>i
console.log("Hello world!!!");[return]
[EOF] (windows Ctrl+Z)

  • 入力の確認

=>l
console.log("Hello world!!!");
=>

  • 実行

=>r
Hello world!!!
=>

  • システムから抜ける

=>b
bye

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?