You can chat about native SDK questions and issues here.

User avatar
By Americo
#89408 Hello Everyone, I'm playing with the ESP8266 AT commands, I'm able to access a bbs (bbs.fozztexx.com) simply by setting AT+CIPMODE=1 and then AT+CIPSTART="TCP","bbs.fozztexx.com",23. BBS respond and start to appear on the console but now the problem comes up, when i input the username the answer is: ERROR maybe because i use line feed and carriage return in order to have AT commands to work and the error message appears because is like i sent it to the esp8266 itself so my question is: How can i interact with the bbs using AT commands ?

Thanks to everyone will join

Americo
User avatar
By davydnorris
#89421 This area is for questions on the Native SDK - you may get a better response if you ask your question in the General Discussions area as most people that look here are using the actual NonOS or RTOS SDK directly and not the AT commands