[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

10/05/2009 at 01:17PM PDT, ID: 24786880
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.8

Sending ASCII strings to an IP device in VB.net 2003 aspx web application

Asked by hagoog in .NET Framework 1.x, Programming for ASP.NET, Microsoft Visual Basic.Net

Tags: VB.net 2003

I 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!
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
Communication with the GC-100 is accomplished by opening a TCP socket on Port 4998. All commands and data, with the exception of serial (RS232) data, are communicated through Port 4998. Port 4998 is used for such things as GC-100 status, IR data, relay activation, and reading digital input states. All information, with the exception of serial data, is communicated by comma delimited ACSII text strings terminated by a carriage return (µ).
Serial data is communicated over Ports 4999 and higher. Serial connections with the lowest module number will communicate over Port 4999; serial connections with the next higher module number will communicate over Port 5000; and so on.
 
Commands are always initiated by short ASCII string representing the command type. Typically, address and data information will follow. The structures of GC-100 commands are described in the following sections. Text enclosed in brackets ( <text> ) must be substituted by its ASCII definition. Multiple ASCII choices are divided by separator ( | ) characters. Note: commands are case sensitive.
For example, a relay state is set to ON by the following command:
setstate,<connectoraddress>,<state>µ
where;
<connectoraddress> is 3:2 (3rd module, 2nd relay in module)
<state> is 1 (close contacts on a normally open relay)
For this example the command ASCII string is,
setstate,3:2,1µ
[+][-]10/05/09 04:04 PM, ID: 25500671

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10/05/09 06:31 PM, ID: 25501255

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/06/09 10:45 PM, ID: 25512487

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10/10/09 10:56 AM, ID: 25543084

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/11/09 04:15 PM, ID: 25547819

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: .NET Framework 1.x, Programming for ASP.NET, Microsoft Visual Basic.Net
Tags: VB.net 2003
Sign Up Now!
Solution Provided By: Birky
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20090824-EE-VQP-74 - Hierarchy / EE_QW_3_20080625