Hello All,
I am looking to use a Sierra Wireless RavenXT modem (Verizon CDMA service) to connect to a CR1000 datalogger. That part is easy and is set up and running. I'd also like to use the serial server capabilities of the RavenXT to connect to it with telnet to send serial strings that the CR1000 looks for and when received forwards out another com port to a serial device. The CR1000 would then wait for the response and then forward that back out the Raven. The conceptual pathway is:
telnet ipRaven 3001 ---> send a string
CR1000 looks at ComRS232 for any input
CR1000 forwards input out Com1
CR1000 waits for a response on Com1
CR1000 forwards response from Com1 to ComRS232
telnet ipRaven 3001 <--- receives a string
Is this the way to go about this or might there be a better way? Note the string to receive and forward will be variable, but will always have a CRLF at the end.
Chris
Hi Chris,
Is this going to be an automated process or manual process that you have to do from time to time?
IslandMan