That sound good. Are they vb.net 2003?
Main Topics
Browse All TopicsI have an IP device on the network that I need to make a web app for. The web app needs to send ascii text strings to the IP address of the device. This device has RS232 and IR ports on it to control electronics. When the right ascii code is sent to the device via IP it then relays the rs232 or IR to accomplish the goal of the command. I need only to send ascii messages to the ip address according to the API into in the code window.
In the code window I am putting the documentation that have on the API
I need to be able to send the strings on button clicks etc in the web app and allow parameters of the string to be built dynamically.
The part I need to understand is how is an ascii string sent to an ip address
What code is needed to do this?
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hi,
Sorry about the late reply. My server and I had a disagreement about getting the files. Check out http://www.lvr.com/parport
Hopefully this will get you going
Hi,
I think it is VB 2003. I now use VS 2005 and I have to upconvert to that so I am assuming so.
The easiest way might be to open the file and read it into a string, or series of strings, and send it that way. That was how I was going to do a similar task anyway. I think you can send a binary file in much the same way.
Hope this helps
Business Accounts
Answer for Membership
by: BirkyPosted on 2009-10-05 at 16:04:09ID: 25500671
Hi,
I have a couple of little vb programs that will do part of this at home (One sends strings or commands to an IP address and the other talks to the Parrellel port . I'll see if I can find them and post them.
Maybe it will get you started.