Lab2_web / Mbed 2 deprecated webserverBlinky

Dependencies:   mbed

Fork of webserverBlinky by RealTimeCompLab2

Revision:
39:b90183d35f1e
Parent:
38:ab582987926e
Child:
41:e58a5a09f411
diff -r ab582987926e -r b90183d35f1e main.cpp
--- a/main.cpp	Thu Jan 05 17:12:57 2017 +0000
+++ b/main.cpp	Thu Jan 05 17:25:59 2017 +0000
@@ -7,13 +7,14 @@
 // Toggles LED1 every time the PC sends an IP packet over the PPP link
 
 // Note - turn off all Dial Up authentication, passwords, compression options - Simplest link possible.
-// Be sure to read the section on mbed on "Windows 7/8/10 PPP bug" if you keep on getting Dial Up Error 777.
+// Note - If you keep seeing "Dial Up Error 777" in Windows read this http://bit.ly/dialup777error
 
 // Handy links
 // https://developer.mbed.org/users/nixnax/code/PPP-Blinky/  - Handy Notes, Instructions and introduction
 // http://atari.kensclassics.org/wcomlog.htm
 // https://technet.microsoft.com/en-us/library/cc957992.aspx
 // https://en.wikibooks.org/wiki/Serial_Programming/IP_Over_Serial_Connections
+// http://bit.ly/dialup777error - how to solve Dial Up Error 777 in Windows 7/8/10
 
 // Handy tools
 // https://ttssh2.osdn.jp/index.html.en - A good terminal program to monitor the debug output from the second serial port with!