Author: robhamerling
Date: Sat Mar 28 02:09:23 2009
New Revision: 891

Modified:
    trunk/sample/16f88_serial_hw_int_cts_echo.jal

Log:

  - Update because of device file change (R889).
  - Fixed deprecated stuff.



Modified: trunk/sample/16f88_serial_hw_int_cts_echo.jal
==============================================================================
--- trunk/sample/16f88_serial_hw_int_cts_echo.jal       (original)
+++ trunk/sample/16f88_serial_hw_int_cts_echo.jal       Sat Mar 28 02:09:23 2009
@@ -39,7 +39,7 @@
  pragma target BROWNOUT   enabled
  pragma target LVP        disabled
  pragma target CPD        disabled
-pragma target WRT_ENABLE write_protect_off
+pragma target WRT        no_protection
  pragma target BACKBUG    disabled
  pragma target CCP1MUX    RB0
  pragma target CP         disabled
@@ -54,7 +54,7 @@
  const   SERIAL_RCVBUFSIZE  = 48             -- size of receive buffer
  const   SERIAL_DELTA       = 17             -- spare rcv buffer space

-const   SERIAL_BPSRATE     = 57600          -- host communications
+const   SERIAL_HW_BAUDRATE = 57600          -- host communications

  var  bit  serial_overflow_discard = FALSE   -- do not discard output!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to