- Added messages

Fork of WiflyInterface by Damien Frost

Changes

RevisionDateWhoCommit message
43:b14d4ba33255 2017-05-24 defrost - Not sure what changed here, probably something minor default tip
42:9301949dd5e3 2017-05-23 defrost - Some minor changes...
41:598257b3e319 2017-05-23 defrost - Added a function to set the serial comm port after startup; - Any serial messages during object construction are removed, because they crash the processor
40:2bbc4753b23f 2017-05-22 defrost - Added setSsid and setPhrase functions
39:2b8018d66b68 2017-05-21 defrost - Added SerialCommPort
38:e08d655acee6 2016-11-24 defrost - Removed messages.h; - It is now in the library 'messages'
37:7f2f9f78f866 2016-10-06 defrost - updated comments in messages.h
36:8774837f5a78 2016-08-05 defrost - Updated reset function to clear the cmd_mode flag in reset.; - Turned off Debug
35:ce3afc021ec2 2016-08-05 defrost - Added baudrate variable to Wifly so that after a reset, the baud rate is updated to the previously baud rate; - Debug messages on
34:a22a6343e3d4 2016-07-10 defrost - updated debug messages
33:26a14bc6d90e 2016-06-28 defrost - Added debugging statements
32:ab206f7f5090 2016-05-12 defrost - Added sleep function to put the wifi module to sleep
31:2846355deb7e 2016-05-09 defrost - Fixed checkNetworkStatus() function, works properly
30:2c704a72d88a 2016-05-04 defrost - Added a checkNetworkStatus() function, it does not work yet :(; - Turned off debug
29:c991041e766e 2016-05-04 defrost - debug off
28:6478767092aa 2016-04-07 defrost - DEBUG disabled
27:208b4cf69b44 2016-04-07 defrost - Turn on DEBUG
26:eaaedb036df1 2016-04-01 defrost - Added setBaud() function to TCPSocket Connection
25:36b2d76ca8d9 2016-03-31 defrost - Removed all printfs; - changed printing of messages to pc.printf, from std::printf
24:705480e2e482 2016-03-31 defrost - Added debug messages
23:cb8522185c56 2016-03-31 defrost - Cannot join wifi network anymore
22:6c5bcfa33922 2016-03-30 defrost - Added default constructor with no arguments; - Added Initialize function to mimic the original constructor
21:0fce80741c9f 2016-03-25 defrost - Debug enabled
20:3616a765c1b8 2016-03-25 defrost - Added some debug messages
19:df7baf26f955 2016-03-25 defrost - MATLAB Connection works; - WiFly Debug output on
18:cf3bd54703a5 2016-03-25 defrost - 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
17:cb63119802d9 2016-03-22 defrost - Added a timeout when receiving data
16:de16e8b077c1 2016-02-20 defrost - 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
15:eaa1ec0e26bf 2016-02-20 defrost - Added a setBaud function to change the baud rate of the Wifly interface.; - It does not work yet
14:5a9561156acc 2016-02-20 defrost - This version sends data to MATLAB
13:8846f12fa277 2016-02-18 defrost - 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.
12:1aaea7f302e6 2016-02-18 defrost - Adding lots of random code to Wifly Interface
11:fc3d86645d23 2014-06-03 screamer More merges
10:131675c17372 2014-06-03 screamer Merge
9:f2439377c172 2014-04-08 screamer Documentation improvements
8:04afe20d7927 2014-04-08 screamer Merge
7:3152fcc74390 2013-11-08 lz307 Added delay to accommodate slow speed on the seeed wifi shield.
6:5176e0864078 2013-10-17 screamer Fixed @ return documentation tags
5:81e264dbbf03 2013-10-17 screamer Fixed documentation tags
4:0bcec6272784 2012-12-20 samux proper join after reboot - increase size flush
3:9aa05e19c62e 2012-12-20 samux add reboot method - reboot module for accept (tcp server)
2:8e54830d0df7 2012-11-24 samux set dns server name (now able to use "open host port")
1:fb4494783863 2012-08-24 samux first commit
0:302ec35139ec 2012-08-24 mbed_official mbed official WiflyInterface