HTML/Java Example of communicating with Serial WIZ?

Hi!

Curious if there is any example code on how to successfully send data via a web-page to one of these devices?
I picked up a WIZ110SR with the hopes of being able to control PTZ cameras on the other end via a custom web-page interface and while I can hunt around for a general solution, I thought I would ask here in case WIZnet already has a template HTML solution they can provide?

Thank you,

Peter

Dear Peter

Please refer to the following link.
[url]http://www.wiznet.co.kr/product-item/wiz550web/[/url]
[url]http://wizwiki.net/wiki/doku.php?id=products:wiz550web:start[/url]

Thanks.

Thank you for your response.

So my question is can not the WIZ100R do this? I bought one under the impression that it could.

I’d like to be able to place the WIZ100R next to a Serial controlled PTZ camera and send PTZ serial commands from a remote location to the WIZ100R via TCP which in turn spits that out it’s serial port to the camera. Is this not what the WIZ100R can do? I see a TCP/IP connection, a Serial connection, an IP address… all that seems to be missing is some example code on how to send serial commands to the TCP/IP socket?

Peter

In WIZ100SR/WIZ110SR, there is no serial command to send data.
If you need, please refer to WIZ550S2E.
[url]http://wizwiki.net/wiki/doku.php?id=products:wiz550s2e:wiz550s2e_tutorial_en:exam2[/url]
[url]http://www.wiznet.co.kr/product-item/wiz550s2e/[/url]
[url]http://wizwiki.net/wiki/doku.php?id=products:wiz550s2e:start[/url]

If you need more advice, please contact to sales@wiznet.co.kr

Thanks.

Confused. I am not using serial to send commands, I’m using Ethernet:

Computer → Switch 1 <-> WIZ100SR <-> Serial interface to PTZ Camera

So from Computer, I want to utilizing (this is my question, is there sample code) sending serial commands through a TCP/IP socket connected to the WIZ100SR say in the other room so it in turn sends those SERIAL PTZ commands to the camera connected to it.

By all design, this box looks like it should do this right? Isn’t that what this box is?

You mean WizVSP solution? (Virtual Serial COM Port solution)
[url]http://old.wiznet.co.kr/webcast/Webcast_8th_Session/player.html[/url]
[url]http://old.wiznet.co.kr/webcast/Webcast_9th_Session/player.html[/url]

If yes, please contact to the local office of WIZnet.
[url]http://www.wiznet.co.kr/about/contact-us/[/url]

If no, I think there is no example code for your request.

Thanks.

Got it working with AJAX calls. Works GREAT!