Corrections List for Serial Port Complete Second Edition by Jan Axelson Last update: 5/6/08 If you find an error, please send it to me at jan@lvr.com. This list is available online at www.lvr.com. These errors are corrected with each printing of the book, so your copy may have some or all of these errors corrected. p. 66-67 Change all references to MAX232 to MAX3232. p. 149 Change: MSC2120 to MCP2120 p. 194 Delete this VB code: ' Define a delegate class to handle DataReceived events. Friend Delegate Sub SerialDataReceivedEventHandlerDelegate _ (ByVal sender As Object, ByVal e As SerialDataReceivedEventArgs) Delete this VC# code: // Define a delegate class to handle DataReceived events. internal delegate void SerialDataReceivedEventHandlerDelegate (object sender, SerialDataReceivedEventArgs e);