i Need help
Windows 7
i Need to write a Batch or script with the following
the script or Batch must open com port 7
and send the command 52 (Dec) or 0x34 (hex )and Close the script
thanks for your help

Moderator: DosItHelp
Code: Select all
:: the next line must be edited to your requirements
mode com<M>[:] [baud=<B>] [parity=<P>] [data=<D>] [stop=<S>] [to={on|off}] [xon={on|off}]
:: prepare file data.bin
<nul >"data.bin" set /P "=4"
:: copy to console device (edit com<M> to meet your requirements)
copy /b "data.bin" /b com<M> /b