Serial1.setup(19200,{rx:D3,tx:D1});
for a wemos board you have to use NodeMCU pin names
http://www.espruino.com/Reference#NodeMCU
https://github.com/espruino/Espruino/blob/master/targets/esp8266/jswrap_nodemcu.c
@MaBe started
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.
for a wemos board you have to use NodeMCU pin names
http://www.espruino.com/Reference#NodeMCU
https://github.com/espruino/Espruino/blob/master/targets/esp8266/jswrap_nodemcu.c