問題タブ [raspberry-pi-pico]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c - raspberry pi pico を使ってシステムコマンドを実行する方法
USB に接続するときに、raspberry pi pico を使用してコンピューターでシステム コマンドを実行できるかどうか知りたいですか?
私は通常のCプログラムのようにそれをやろうとしました:
printfは非常にうまく機能しますが、システム関数 (例: readfile) は機能しません。
pico USB 出力を使用して PC で何らかのアクションを実行する方法はありますか?
また、ピコがシステム上でコマンドを実行できるようにするpicoduckyというプロジェクトがありますが、残念ながらそれは Python で書かれており、C コードを探しています。