Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
マイクロコントローラー (AVR) とのシリアル通信を介してコンピューターと通信しようとしています。私は C でプログラミングしていますが、ユーザーが端末でエンター キーを押したかどうかを判断する方法がわかりません。
Consider this code:
static void Main(string[] args) { Log("Test");//Call Log(object obj) Log(new List<string>{"Test","Test2"});;//Also Call Log(obje