on several workstations i cannot run multi line batch files or it seems i cannot write to my coms
it seems to run the 1st line and pause,
i then have to ctrl+c
it askes if i want to terminate the batch job (Y/N)
this happens when it is run from command line or from the batch
@echo on
set /p x="a01F 835318130300001" <nul >\\.\com17
set /p x="a01F 835318131400001" <nul >\\.\com17
set /p x="a01F 835318331400001" <nul >\\.\com17
EXIT
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
well a restart after setting the serial port settings did the trick on one pc, then another stops working,
ty for the link, it may help.... i think the problem is im using a "Digi- port-server ts 8 MEI" and im trying to use the same port.... it would seem the port server locks ports to a specific ws....
does anyone know anything that will help, I would like to have multiple pc,s able to send data to the serial port without having to wrestle with each pc to get it to connect.
Bill i will accept your answer as one of the solutions as it has been quite help full, i normally use "tera term pro" it only can connect to ports 1-4...
Unlimited question asking, solutions, articles and more.
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
@echo off
echo hello
echo world
pause
it ran fine, so it would seem to have to do with the com
the below sets the com17 settings then stops
@echo on
mode com17 9600,E,8,1,P
echo 0000 1> com17
pause