From Chapter 12:
"
Important The complete source code for the
VB 2005 SerialPortApp project is provided as part of the software for this book. The C# and C++ versions of this application are available for download from the following URL: www.embeddedpc.net/ce6book."
None of this source code appears to be available from that URL. Was it installed as part of one of the .msi installation packages? If so, where?
Also in the
VB app, there is the following code:
labelActivePort.Text = VBSerial.PortName & "Connected."
labelActivePort is not mentioned or shown in Figure 12-11 or Table 12-1. It was easy enough to add a label for this though.