dropping. I lowered baud from 38400 to 9600 , this helped, but still fails.
I', using uart.on("data","\n") I', using 4 Requires with 4 c:sends(), which apparently is
affecting the uart call backs.
I need to increase the Rx buffer, or have a better way to handle the serial...
Small packets < 256 seem ok, >256 have drop out .
code snip is
uart.on("data", "\n",uartRX,0)
sv=net.createServer(net.TCP, 30)
sv:listen(80,function(c)
c:on("sent", Send80)
c:on("receive", Rcv80)