Hi guys, I have a USB2Serial converter (RATOC rex-USB60f, to be specific) which connects to a RS232 distance sensor. My purpose is sending a command “M0” through Arduino to the RS232 device, and receive 8-bit returned data from the device on my Arduino serial.
My current attempts are:
- Connect the USB2Serial converter through native USB port
- Connect through a USB host shield
But none of them worked. Especially for the first method, when I connect the USB2Serial using a adapter cable, the power light on USB2Serial panel is still dim. Does anyone has any suggestions? Thanks a lot!