/******************************************************************************
  CRO_Serial_18F452.c     RS232 serial capture and display CRO
  Open-source - 19 Dec 2009 - www.RomanBlack.com

  This is a port of the original project that was based on BIGPCI6
  dev board using PIC 18F8520. This one uses a 40pin PIC 18F452.

  This manually samples serial data on the RC7 pin, and records the data
  in a 8 kbit buffer, which can then be displayed on GLCD etc.
  The touchpanel is used for menu and scrolling functions etc.

     MCU:             P18F452
     Dev.Board:       EasyPIC6
     Oscillator:      HSPLL, 40.0 MHz
     Ext. Modules:    GLCD + touch panel
     SW:              mikroC v7.0

******************************************************************************/
