0
votes
0answers
28 views
Monitor serial port already open
Hi,
I am try to read data over serial port already open.
I have used C# and c++ library for use microsoft api (overlapped and not overlapped I/O), but not work.
I can use same windows api? or …
0
votes
4answers
56 views
Find the port of the server the application is running in java
Hi I have an application running in tomcat,as well as Weblogic and Websphere
I need to determine which port the application is running and display on the UI
Is there any JAVA api to find that
0
votes
3answers
75 views
Listen to a port that is in use [closed]
Possible Duplicate:
Get connecting IP from specified ports that using by other program.
If a port is used by a program, is there any way I can listen that port and get the connected IP on …
1
vote
2answers
60 views
How do I get process name of an open port in C#?
How do I get process name of an open port in C#?
0
votes
2answers
15 views
C# Discover the LocalEndPoint AddressFamily port number
When I establish a tcp connection to a server using the TcpClient class, is there any way to find out the source port of this connection?
I am trying to implement the exec protocol and stderr port …
1
vote
2answers
70 views
Can’t access locally hosted project via the internet?
I'm currently developing a Java Servlet Project in Eclipse. The project is compiled via Tomcat 5.5 and hosted in localhost:8080(alternatively 127.0.0.1:8080 AND 192.168.1.10:8080 which also happens …
1
vote
4answers
54 views
Java Problem “UnsatisfiedLinkError”
I made a simple java program that sends bytes to the parallel port, which uses a .dll along with two other classes (pPort.java and ioPort.java) to accomplish it, and it works perfectly fine.
However, …
0
votes
0answers
26 views
How to patch J2SE so Java Datagram.getAddress() reports sender’s port
Sun's j2se implementation of the j2me Datagram appears to be a bit broken:
javax.microedition.io.DatagramConnection dc = createDatagramConnection();
javax.microedition.io.Datagram datagram = …
-1
votes
4answers
150 views
Is porting to the mac worth it? [closed]
Hello,
We're considering having Codeweavers "wrap" our windows applications so that they run on the mac and linux. Obviously we'd need to balance the cost outlay with increased revenue, to make the …
0
votes
1answer
36 views
listenin a port from appplication server
Hi all;
First I have a JSF application that make some sort of searches from database, but on the other hand I have been listening port for this purpose also, I start a thread that listens that port in …
0
votes
7answers
536 views
Port 80 is being used by SYSTEM (PID 4), what is that?
I am trying to use port 80 for my application server, but when I perform "netstat -aon" I get
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4
When I look up the process in task manager, it shows PID 4 is …
4
votes
4answers
229 views
How the localhost port number of .NET Development Server set?
Guys,
I see that time to time localhost port number changes (http://localhost:1519/ ....).
Basically how does it being set or chosen? And when does it change?
Thanks!
0
votes
5answers
213 views
C++ Serial Port Question
Problem:
I have a hand held device that scans those graphic color barcodes on all packaging. There is a track device that I can use that will slide the device automatically. This track device …
0
votes
0answers
17 views
ADO local ports
We have an application that connects to a couple of hundred databases using ADO. Now I know that this may not be the best way of doing things (our customer base has expanded since the application was …
1
vote
1answer
82 views
C++ Serial Port Only Responding Once Using Write()
All the code below works. My device responds, C,7 is a reset. When I run this the second time it doesn't respond. If I manually turn my device off and on, then run this script again it works. But not …
