![]() Equipping You to Communicate Effectively | support CMN & share a library of 19K+ images, videos, etc Go Pro! |
![]() | ![]() |
| |||||||
![]() |
| | Thread Tools | Search this Thread | Rate Thread | Display Modes |
| |||
| Palm m130 to control Hitachi Projector I'm looking for a way to control two Hitachi projectors simultaneously. I'd prefer to use my old M130 Palm to control them with the Palm > Dsub9 Connector. Then I'd make a passive split within the serial cable. I'd basically like to - Change source - Turn Off and On - Blank and freeze the projector I don't need feedback to the device but if it's possible to have then id have it. I was looking to program this but have no experience of serial communication nor Palm programming. Does anyone think this is viable? and does anyone have any wee pointers of how to start? Bert |
| |||
| Bert. First of all - welcome to CMN ![]() Secondly - yes you can control Hitachi projectors from a serial controller - we control three Hitachi projectors at our Church (although each projector is separately connected to the PC via its own serial port). We obtained the serial protocol from Hitachi via the internet - but wrote our own software to do exactly what we want to do (three of us A/V techs are programmers so this is kids stuff for us). Our software does exacly what you want to do - in addition it tells us how many hours of life we have used on the lamps and how long it will be until we have to clean the filters! (This information is stored in the projector but read out and displayed on our PC application to remind us)... Thirdly - I am a PC programmer and no nothing about the Palm. I have had a quick check on the internet and found this tutorial website which may be of use to you. The turorial lesson comes under the heading of "advanced" so if you have not done any programming before you may like to start with the simpler tutorials first... http://mobile.eric-poncet.com/palm/tutorial/serial.html You have to install quite a bit of development software on a Windows or Linux machine to be able to program the Palm - this may be a bit advanced for you if you have not undertaken any programming before. Don't let my comment here put you off though - although the learning curve may be a bit steep for you at first. If you can tell me which Hitachi projectors you have (or plan to use) I will be quite happy to look and see if they can be programmed with individual addresses so they can both be driven from a single serial port. Dave |
| |||
| Hi Bert. I found the technical manual for the projector. The manual states that you require a cross-connected RS232 cable to a PC - and gives details of the specific connections you will require in the manual. The RS232 protocol is 19200 bits per second, 8 data No parity and 1 stop bit. The projector also appears to use hardware handshaking (RTS/CTS - Request Ro Send / Clear To Send). The technical manual also contains a few pages describing the individual bytes that you have to send to it to get it to do the things you want. For example, to turn the power on you would send the byte stream 'BE EF 03 06 00 BA D2 01 00 00 60 01 00' (each byte as a single character of course with no intervening spaces). Unfortunately, the projector does not seem to have an RS232 'address' so you will either need two separate RS232 links (one to each projector) or a means of swithcing one serial link from the computer to the two separate projectors. I am sort of with Paul on the palm though. Try using a PC first and see how you get on. Another alternative though - the projector seems to be equipped with an ETHERNET port which means you can control multiple projectors at a much faster rate using ETHERNET and a web browser rather than RS232! Each projector will have its own IP address and you can 'point' the web browser of your PC to the relevant projector, log in and control! If you need any more help just ask. Dave |
| |||
| Cheers for the replies I noticed the ethernet port on them. I think i'll make a Webpage which can send commands to both projectors at the same time, and individually depending upon what they're needed for. I'll have a play with the palm and let you know how i get on. Hitachi made a projector control app (PJCtrl) which has been very useful also Bert |
| ||||
| I recently put in a pair of Eiki projectors and an Extron 7SC at my church. The 7SC can talk 232 to the projectors - power on, video mute, etc. - and being lazy, since it's unidirectional communication, I just wyed the one data pair out to both projectors (using cat-3 cable I had knocking around). Works great. If all you're doing is sending commands to the projectors without needing to hear back from them, it's all you need. |