ESP8266 Developer Zone The Official ESP8266 Forum 2015-08-01T02:30:34+08:00 https://bbs.espressif.com:443/feed.php?f=65&t=752 2015-08-01T02:30:34+08:00 2015-08-01T02:30:34+08:00 https://bbs.espressif.com:443/viewtopic.php?t=752&p=2988#p2988 <![CDATA[Re: Replacing USR232-T]]> Statistics: Posted by Guest — Sat Aug 01, 2015 2:30 am


]]>
2015-07-17T07:09:19+08:00 2015-07-17T07:09:19+08:00 https://bbs.espressif.com:443/viewtopic.php?t=752&p=2716#p2716 <![CDATA[Re: Replacing USR232-T]]> Statistics: Posted by Guest — Fri Jul 17, 2015 7:09 am


]]>
2015-07-16T18:10:49+08:00 2015-07-16T18:10:49+08:00 https://bbs.espressif.com:443/viewtopic.php?t=752&p=2712#p2712 <![CDATA[Re: Replacing USR232-T]]>
https://github.com/beckdac/ESP8266-transparent-bridge

Hope this helps,
Ben

Statistics: Posted by bjpirt — Thu Jul 16, 2015 6:10 pm


]]>
2015-07-16T09:13:09+08:00 2015-07-16T09:13:09+08:00 https://bbs.espressif.com:443/viewtopic.php?t=752&p=2703#p2703 <![CDATA[Re: Replacing USR232-T]]> Statistics: Posted by Guest — Thu Jul 16, 2015 9:13 am


]]>
2015-07-15T22:14:31+08:00 2015-07-15T22:14:31+08:00 https://bbs.espressif.com:443/viewtopic.php?t=752&p=2699#p2699 <![CDATA[Re: Replacing USR232-T]]> Rather than post to a general support forum, if you are looking to contact Espressif with business opportunites, I'd suggest contacting them directly see the following:

http://espressif.com/en/espressif-systems/contact-us/

For your question though, it seems like the AT command processor can be augmented and overridden with the "AT APIs" documented in the Section 5 of the latest SDK. These APIs allude to the ability to replace the inputs and outputs of the existing AT commands with your own variants and even extend the command set.

The AT command processor appears to be "just a" application that is deployed to the device. What that means is that, should you need, you can write your own.

Statistics: Posted by kolban — Wed Jul 15, 2015 10:14 pm


]]>
2015-07-15T09:01:35+08:00 2015-07-15T09:01:35+08:00 https://bbs.espressif.com:443/viewtopic.php?t=752&p=2675#p2675 <![CDATA[Replacing USR232-T]]>
What is the possibility of emulating the same AT commands that the USR232-T uses? They use AT+(command), very similar to the existing ESP8266 firmware. I have been able to connect and see our server. However, the USR232-T gets in and out of command mode using +++. When in pass through mode, data is sent via TCP or UDP, sending the packet after a timeout (settable by the user). The incoming data does not have a header like the ESP8266's +IPD... it's like the CIPMODE=1.

So, I would like to know the following:

Is actually at FULL list of the AT commands?
Is there a passthru mode where the TCP outgoing data can be sent by just sending data over the UART and receiving data also over the UART without having to use the CIPSEND function?
Is there a AT+WPS command or some way to invoke WPS?

If this is all possible, we will dump our PO with USR and purchase these.

If someone from this company can PM me, I would appreciate it.

Statistics: Posted by Guest — Wed Jul 15, 2015 9:01 am


]]>