Shop OBEX P1 Docs P2 Docs Learn Events
Javelin Video Switch — Parallax Forums

Javelin Video Switch

esayer1esayer1 Posts: 2
edited 2004-09-19 21:07 in General Discussion
Does anyone know if it's possible to make a javelin chip listen for info on serial port, and when it gets it change the input to a tv to a certain device? For example, if I have a cable tv connection, and two computers which I also want to use with the tv for a monitor, could I plug all the inputs into input ports on the javelin's board (with converters and whatever is nescessary), and then make the javelin chip connect the output (tv, also plugged into the javelin board's port) to the right input when told to do so from the serial line? I can program fairly well in java, I just don't know how to go about this with the javelin so any help is appreciated. If you're thinking "just go get a video switch", I would, but I want to be able to change it remotely (don't ask why) and I like making homemade electronics. If this makes no sense, sorry. Thanks.

Comments

  • Peter VerkaikPeter Verkaik Posts: 3,956
    edited 2004-09-19 13:19
    go here

    http://www.maxim-ic.com/quick_view2.cfm/qv_pk/1103/ln/en

    and here

    http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3953

    and I am sure Maxim has more videoswitch ic's, some use I2C.



    regards peter
  • esayer1esayer1 Posts: 2
    edited 2004-09-19 17:21
    Can I program that I2C to do what I want with the stamp.peripheral.io.I2C class? Does the I2C device just come with a manual that tells me what commands I have to send it to make it operate, so I can tell the I2C what to do with the write() method? Thanks in advance for any assistance.
  • Jon WilliamsJon Williams Posts: 6,491
    edited 2004-09-19 19:27
    You can probably do it with the information provided above, just be aware that video switching from different sources that don't go through a TBC (time base corretor) will probably result in a "glitch" or roll at the switch point -- it won't be clean as with a proper video switcher.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
    Dallas Office
  • Peter VerkaikPeter Verkaik Posts: 3,956
    edited 2004-09-19 21:07
    The MAX456 I listed (first url in my post) uses serial I/O

    so that one can be controlled with the Uart class.

    regards peter
Sign In or Register to comment.