I'm trying to make a Wemos D1 Mini talk to a motorized serial device with a specialized motherboard. I have been able to get the device to respond to commands over serial-usb on termite on 8n1 9600, but it won't respond to the Arduino when issued the same commands. I bought a Max3232 thinking that it originally had to do with way the Wemos was communicated through UART, But I am still encountering the same issue. Is there a difference how the Wemos communicates through serial vs how termite or a regular computer does?
Here's a picture of my code configured for the Max3232.
The MAX323 is a level shifter that converts a signal from TTL (0V to 5V) to RS232 (12V to -12V). The Wemos D1 probably uses 3.3V logic (0V to 3.3V) which will generally work with TTL (0V to 5V).