Go Back   Forum Care Forums > Development Reference Area > Visual Basic

Reply
 
LinkBack Thread Tools Display Modes
VB and CCTV
Old
  (#1)
David Cogo
Guest
 
Posts: n/a
Default VB and CCTV - 06-04-2007, 10:33 AM

Hello,

I am attempting to create a web server that will be attached to a pelco
video matrix switcher (9770) via a serial port. I want to setup
hyperlinks on the webserver that will feed ascii commands to the matrix
switch via the serial port. These commands will tell the switcher what
video ports to feed what monitor ports.

My questions are:
1. has anyone done this before?
2. Does anyone have scripts that i could use to do this?
3. I have read online that config of a mscomm32 file is necessary. Is
this true? If it is how does it play into the config?

Thanks,

-David
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: VB and CCTV
Old
  (#2)
Dean Earley
Guest
 
Posts: n/a
Default Re: VB and CCTV - 06-04-2007, 10:33 AM

David Cogo wrote:
> Hello,
>
> I am attempting to create a web server that will be attached to a pelco
> video matrix switcher (9770) via a serial port. I want to setup
> hyperlinks on the webserver that will feed ascii commands to the matrix
> switch via the serial port. These commands will tell the switcher what
> video ports to feed what monitor ports.
>
> My questions are:
> 1. has anyone done this before?


Very similar.

> 2. Does anyone have scripts that i could use to do this?


Unfortunately, it's commercial software so I can't :|

> 3. I have read online that config of a mscomm32 file is necessary. Is
> this true? If it is how does it play into the config?


The only config is done at runtime to set the port, speed, etc...

For the HTTP server, you can use a simple array of sockets accepting
connections. When you receive a header, parse it out as per the RFC and
send the commands to the switcher.

I suggest reading up on vbip.com and winsockvb.com.

An alternative is a COM server that is called by ASP scripts or similar
served out by IIS.

<advert>
I recommend switching to a digital CCTV system with capture cards so you
can do away with the "only see/record one at a time" concept.
see www.icode.co.uk/icatcher/
</advert>

--
Dean Earley (EMAIL REMOVED)
i-Catcher CCTV Development Team

iCode Systems
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Contact Us - Forum Care Forums - Archive - Top