![]() 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 |
| |||
| Hey guys, Quick question. I need a simple way to send a string(%BE%EF%03%06%00%BA%D2%01%00%00%60%01%00\r) to a projector. Is there any way to do this with a .bat file so I can just click it and it turns on? Thanks! |
| |||
| Windows still has Hyperterm. Alternatively, you could download Borland's TurboC (now a free download) and write a small C program to send a character string specified on the command line to the serial port (also defined on the command line). You can compile your C program using TurboC to create an executable (.exe) file and place that plus the desired string(s) into a batch file. Dave |
| |||
| Quote:
![]() |
| ||||
| Ok, the app is ready for you to test. It is a small (<40KB) windows application that allows you to configure a com port as well as the command(s) you would like to send. You can save each individual command configuration in a file. If you turn on the AutoSend feature then when you run the exe and pass the file as a parameter it will send the command and exit the app. This should allow you to configure any commands you like and create batch files to execute them. |
| ||||
| From a DOS prompt: ECHO %BE%EF%03%06%00%BA%D2%01%00%00%60%01%00\r > comX: Where comX: is com1: or com2: or com3: or com4: This may not work on "advanced" operating systems such as Vista or Win 7 but it sure will work on XP and earlier. And yes you may put this in a batch file and it will work there too.
__________________ Visit the new Worship Him! Software Users Forum at forum.mtrecording.com |