I am trying to send serial out the tx pin on 8266. What is working: network data from tablet,lcd output displaying received data, using serial2, i do get something out of tx pin and the scope looks like serial, but using realterm to read data, nothing correct. If I send the number 1, I get a "g",number "2", I get a 3. Multiple characters it scrambles. I am 99% sure it is not baud as I have tried all the settings. What didnt work: software serial would not load, I think there are some pin conflicts internally. Any kind of example of using tablet to wifi to 8266 and 8266 uart out to pic chip(or any uart) would be helpful.