Sorry for re-posting this but I really need help and my older topic died…
Okay I cant get Command Line to get the SSC-32 to do anything. I’ve tried changing jumpers for different BAUD rates, using echo soooo many times, I made sure I was echoing to the correct COM port which in my case is 45, this is what I typed:
echo #0P2200 >com45
nothing happens, then I read you have to include the carriage return… So I did this…
echo #0P2200 ♪ >com45
nothing… I really need help with this. Just tell me EVERYTHING I need to put into Command Line and I would appreciate it deeply.
By the way, I am using a USB dongle if that matters.
First, the echo command includes the CR, so your special character is not needed.
Secondly, I believe you need to include a colon character after your com port specification. Below is a line from a script I had to do what you are trying: @echo#9P1500#11P1500#8P1000#10P1000T333 > COM4: