Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Sensorbuilder
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Sensorbuilder

    @Sensorbuilder

    0
    Reputation
    2
    Posts
    256
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Sensorbuilder Follow

    Best posts made by Sensorbuilder

    This user hasn't posted anything yet.

    Latest posts made by Sensorbuilder

    • RE: Connect to gateway using VB.NET

      Hi,

      Thank you very mouch for your quick support!!
      Now it works perfect as expected 🙂

      posted in Troubleshooting
      Sensorbuilder
      Sensorbuilder
    • Connect to gateway using VB.NET

      I am trying to develope my own controller SW using VB.NET 2012.

      Reading data from Gateway works perfect, using Sockets.NetworkStream and public function .GetStream(), but i do not suceed sending anything.

      When i try to send to gateway, i use function .Client.Send(<bytes>) where bytes are by command text string "20;1;1;1;2;0;\n" decoded to byte with the expression System.Text.Encoding.ASCII.GetBytes( "20;1;1;1;2;0;\n")

      When i connect to gateway using putty and a raw connection everything works fine.

      Does anyone have knowledge about VB.net and howto send command to gateway?

      posted in Troubleshooting
      Sensorbuilder
      Sensorbuilder