CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2010
    Posts
    1

    Arrow Send ASCII through the Ethernet port

    Hello. I have a Galil Motion Controller which I want to send it commands in ASCII. I have no clue on how to do this. It's IP address is 169.254.244.246 I that is needed.

    I just need to know how to send an ASCII string through the Ethernet port.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Send ASCII through the Ethernet port

    You could use sockets to do it.
    Victor Nijegorodov

  3. #3
    Join Date
    May 2002
    Posts
    1,435

    Re: Send ASCII through the Ethernet port

    Quote Originally Posted by Deadjake View Post
    Hello. I have a Galil Motion Controller which I want to send it commands in ASCII. I have no clue on how to do this. It's IP address is 169.254.244.246 I that is needed.

    I just need to know how to send an ASCII string through the Ethernet port.
    Does the manufacturer not offer sample code or programming hints in its documentation or on its web site?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured