Try this. Copy this into a batch file – such as send.bat – and then simply run send.bat to send the message from the temperature program to the prismcom program.
temperature.exe > msg.txt
set /p msg= < msg.txt
prismcom.exe usb "%msg%"
Try this. Copy this into a batch file – such as send.bat – and then simply run send.bat to send the message from the temperature program to the prismcom program.
temperature.exe > msg.txt
set /p msg= < msg.txt
prismcom.exe usb "%msg%"