タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

.NETとmsdnに関するhidedenのブックマーク (1)

  • SerialPort クラス (System.IO.Ports)

    public ref class SerialPort : System::ComponentModel::Component public class SerialPort : System.ComponentModel.Component type SerialPort = class inherit Component Public Class SerialPort Inherits Component 継承 例 次のコード例では、 クラスを SerialPort 使用して、2 人のユーザーが null モデム ケーブルで接続されている 2 つの個別のコンピューターからチャットできるようにします。 この例では、チャットの前に、ユーザーにポート設定とユーザー名の入力を求められます。 この例の完全な機能を実現するには、両方のコンピューターがプログラムを実行している必要があります。 #us

    SerialPort クラス (System.IO.Ports)
  • 1