- Added setBaud() function - Added CheckNetworkStatus() function - Improved messaging system

Dependents:   IoT_Ex BatteryModelTester BatteryModelTester

Fork of WiflyInterface by Components

Revisions of Wifly/Wifly.cpp

Revision Date Message Actions
36:8774837f5a78 2016-08-05 - Updated reset function to clear the cmd_mode flag in reset.; - Turned off Debug File  Diff  Annotate
35:ce3afc021ec2 2016-08-05 - Added baudrate variable to Wifly so that after a reset, the baud rate is updated to the previously baud rate; - Debug messages on File  Diff  Annotate
34:a22a6343e3d4 2016-07-10 - updated debug messages File  Diff  Annotate
33:26a14bc6d90e 2016-06-28 - Added debugging statements File  Diff  Annotate
32:ab206f7f5090 2016-05-12 - Added sleep function to put the wifi module to sleep File  Diff  Annotate
31:2846355deb7e 2016-05-09 - Fixed checkNetworkStatus() function, works properly File  Diff  Annotate
30:2c704a72d88a 2016-05-04 - Added a checkNetworkStatus() function, it does not work yet :(; - Turned off debug File  Diff  Annotate
29:c991041e766e 2016-05-04 - debug off File  Diff  Annotate
27:208b4cf69b44 2016-04-07 - Turn on DEBUG File  Diff  Annotate
26:eaaedb036df1 2016-04-01 - Added setBaud() function to TCPSocket Connection File  Diff  Annotate
25:36b2d76ca8d9 2016-03-31 - Removed all printfs; - changed printing of messages to pc.printf, from std::printf File  Diff  Annotate
24:705480e2e482 2016-03-31 - Added debug messages File  Diff  Annotate
23:cb8522185c56 2016-03-31 - Cannot join wifi network anymore File  Diff  Annotate
22:6c5bcfa33922 2016-03-30 - Added default constructor with no arguments; - Added Initialize function to mimic the original constructor File  Diff  Annotate
20:3616a765c1b8 2016-03-25 - Added some debug messages File  Diff  Annotate
19:df7baf26f955 2016-03-25 - MATLAB Connection works; - WiFly Debug output on File  Diff  Annotate
18:cf3bd54703a5 2016-03-25 - Added more debug statements; - increased the size of the rcv and cmd buffers in some commands to accomodate the string lengths that can be expected. For example: 'open 192.168.111.123 12345' contains 26 chars File  Diff  Annotate
16:de16e8b077c1 2016-02-20 - setBaud now works; - sendCommand was getting stuck in a loop because it could not confirm receipts until the baud rate of the serial interface was updated File  Diff  Annotate
15:eaa1ec0e26bf 2016-02-20 - Added a setBaud function to change the baud rate of the Wifly interface.; - It does not work yet File  Diff  Annotate
13:8846f12fa277 2016-02-18 - Connects to network successfully.; - There is a random pc.printf() in WiflyInterface::connect() which needs to be there, or else it doesn't connect for some reason. File  Diff  Annotate
12:1aaea7f302e6 2016-02-18 - Adding lots of random code to Wifly Interface File  Diff  Annotate
11:fc3d86645d23 2014-06-03 More merges File  Diff  Annotate
10:131675c17372 2014-06-03 Merge File  Diff  Annotate
8:04afe20d7927 2014-04-08 Merge File  Diff  Annotate
7:3152fcc74390 2013-11-08 Added delay to accommodate slow speed on the seeed wifi shield. File  Diff  Annotate
4:0bcec6272784 2012-12-20 proper join after reboot - increase size flush File  Diff  Annotate
3:9aa05e19c62e 2012-12-20 add reboot method - reboot module for accept (tcp server) File  Diff  Annotate
2:8e54830d0df7 2012-11-24 set dns server name (now able to use "open host port") File  Diff  Annotate
1:fb4494783863 2012-08-24 first commit File  Diff  Annotate