RFXCom Archive

  • Programming RFXCom direct with C# TcpClient

    Programming RFXCom direct with C# TcpClient

    I spent a bit of time yesterday programming against the RFXCom reciever. The C# TcpClient class gets things up and running extremely quickly. In much same way as interacting with files (FileStream, StreamWriter), you can create a instance of a System.Net.Sockets.TcpClient, get a System.Net.Sockets.NetworkStream, and go...

    Full Story