Try the attached vi. You will need to know:
1) what baud rate to use
2) # of bits (probably 😎
3) Parity (probably none)
4) Command termination method (carriage-return, carriage-return\line-feed, line feed, etc., which I have it set for carriage-return\line-feed)
5) Response termination method (carriage-return, carriage-return\line-feed, line feed, etc., which I have it set for line-feed but will work fine for carriage-return\line-feed
I tried this vi out on a device (I changed the command to one that it supports) that requires carriage-return\line-feed for the command termination and also responds with carriage-return\line-feed in the response