Visca Camera

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I posted this question in another forum, but realized I would probably want to port this to .net if it was possible. So, does anyone know how to control a camera using VISCA/RS-232C Commands with VB or VB.Net
 
You can use serial communcation with VB.Net through API calls. There's an
implementation of that here, with a wrapper class to simplify things:
http://www.codeworks.it/net/VBNetRs232.htm

Also,
http://groups.google.com/groups?&q="serial+port"&meta=group=microsoft.public.dotnet.*

There are also various third-party components that can facillitate serial
communications. Try this search:
http://www.google.com/search?&q="serial+port"+"vb.net"

However, you'd probably have to write the VISCA-specific implementation
yourself.
http://zai.ini.unizh.ch/steven/media/pdf/what_is_visca.pdf


mike said:
I posted this question in another forum, but realized I would probably
want to port this to .net if it was possible. So, does anyone know how to
control a camera using VISCA/RS-232C Commands with VB or VB.Net?
 
Back
Top