Have you tried with low baudrate, with the baud rate changed in digitalPulse as well?
Also, maybe just try removing digitalPulse and setting TX_ENABLE_PIN constantly with digitalWrite(TX_ENABLE_PIN,1) (you could try digitalWrite(TX_ENABLE_PIN,0) just in case it was inverted)
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Have you tried with low baudrate, with the baud rate changed in
digitalPulse
as well?Also, maybe just try removing
digitalPulse
and setting TX_ENABLE_PIN constantly withdigitalWrite(TX_ENABLE_PIN,1)
(you could trydigitalWrite(TX_ENABLE_PIN,0)
just in case it was inverted)