Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of webserverBlinky by
Diff: main.cpp
- Revision:
- 39:b90183d35f1e
- Parent:
- 38:ab582987926e
- Child:
- 41:e58a5a09f411
--- 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!