I'm working on a robotics project and I'm having trouble sending commands to my relay module. The device is a Weeder technologies WTSSR-M. I have successfully connected the relay to my computer using a USB-RS232 adapter. I am using the Tera Term Pro application for my serial termial. I can send commands to the relay and get a response from it.
When I try to send a command sequence the device responds immediately after I type the first character of the command. I'm supposed to start every command sequence with the address of the device (A) and end the command with a carriage return (enter key). For some reason the sequence is going directly to the device before I press the carriage return.
For example, when I try to send the following sequence which tells the relay to close the first switch for 1/2 second:
AC10000500
the device responds with A?
As soon as I type the first letter of the command the device responds with the error character "?". I don't get a chance to complete the command.
Thanks in advance for your help.
When I try to send a command sequence the device responds immediately after I type the first character of the command. I'm supposed to start every command sequence with the address of the device (A) and end the command with a carriage return (enter key). For some reason the sequence is going directly to the device before I press the carriage return.
For example, when I try to send the following sequence which tells the relay to close the first switch for 1/2 second:
AC10000500
the device responds with A?
As soon as I type the first letter of the command the device responds with the error character "?". I don't get a chance to complete the command.
Thanks in advance for your help.