PORTS Forum

Ports and Interfaces => Serial Ports => Topic started by: eightbits on April 30, 2012, 07:27:52 pm

Title: Serial Port Complete 2nd Edition
Post by: eightbits on April 30, 2012, 07:27:52 pm
On page 310, a else statement calls
Code: [Select]
initalize_serial_buffers; ???
I was thinking that should be:
Code: [Select]
initalize_serial_buffers(); instead.

I don't have access to the C18 compiler and I am curious is this a correct call for that
compiler or is this a typo ?

If it is a typo, is there a list of corrections for the second edition?

Thanks

Title: Re: Serial Port Complete 2nd Edition
Post by: Jan Axelson on April 30, 2012, 11:00:28 pm
Yes, thanks, I'll add that.

Corrections are here:

http://www.lvr.com/spc.htm#Corrections

Example code is here:

http://www.lvr.com/serport.htm

Jan