CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2005
    Posts
    159

    Machine Interfacing through network card

    Hello everybody

    I need ur assistance in machine interfacing through network card.

    I have a Handpunch machine (HP3000)
    Employees are registered over it and mark their attendance,
    HP machine is connected to my pc via Network Card,
    i want to drag employees data from it using C# having following information with me.

    1) BaudRate 9600
    2) HostName 192.168.0.8
    3) port 3001

    Urgent reply will be appreciated

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Machine Interfacing through network card

    The easiest way is to use the rsiDotNetDLL.dll C# interface.

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