Author Topic: Serial Port Complete 2nd Edition  (Read 11600 times)

eightbits

  • Member
  • ***
  • Posts: 4
Serial Port Complete 2nd Edition
« 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


Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: Serial Port Complete 2nd Edition
« Reply #1 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