-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Socket Att. Error #6
Comments
Good catch! The examples are missing a call to Also I see an error in the TCP transport class. It should initialize with an optional attribute for socket but seems like I have missed that and it is instead added to the class when you call connect. But if you call |
@Krolken Thank you so much for the feedback ! :) As you mentioned above, when I tried to connect with the device now I got the below error. But the ip adress is working and I getting response from it.
|
How do you know that the IP address is working? You get a connection timeout so there should be some problem access it. |
If you could send me the your e-mail, I will create a test environment and give you the IP and port. I tried last night with other tools also but no luck. I am using Itron Corus PTZ with RS232 serial to IP converter. |
Hi. To do the troubleshooting would be part of our paid services. If that is interesting you can contact me at [email protected]. But I still think your IP-to-serial converter is the problem. You are not able to connect to the socket from you computer/server. |
Hi,
While I try to work with sample code to test the algorithm that you have wrotten, I got this below error;
Please give some tips :)
The text was updated successfully, but these errors were encountered: