This will show you API's for nodemcu.
There is a lot of information out there but it seems so scattered on really how to accomplish your particular goal I feel your pain and NO ONE really cares to help out with these things you are either too stupid because you lack the knowledge, too much of a hassle because you don't answer a question in the proper syntax, too lazy because the information is already out there but you have to piece it together... This is surely not a large community effort people have been fairly protective of anything that would make life easy it almost seems as if a lot of people are developing with this board thinking they are going to strike it rich making something... I can't share I could make millions! Look smart. Be famous!
pffffft and then the alarm clock goes off and your stuck at your 6-3 still it was all a wet dream!
Anyhow there is info on AT commands on this forum as well don't have the link to cite but it is here wish you the best not the most knowledgeable guy out here but hope this helped possibly.
This guy has been very helpful releasing this book but he does not go into detail much with LUA stuff which to me was a bummer but you can learn a lot from this book either way! http://neilkolban.com/tech/wp-content/u ... r-2015.pdf
Where I buy my ESP8266 boards from... (Banggood)
Ok so basic question is; In it's oem state, there were at commands, to configure the various operating parameters, like baud rate, etc. Do we loose that capability once nodemcu is loaded? Is there something in the nodemcu structure that replaces the at commands?
Yes - this should answer some questions https://github.com/nodemcu/nodemcu-firmware/wiki/nodemcu_api_en
With regard to changing baud rate look at this command "uart.setup()"