
Originally Posted by
normnet
i have download that, but if i try to compile it it goes wrong on this...:
Code:
DEVICE = 18F4520
@CONFIG_REQ
' ifdef PLL@REQ ; Do we require the PLL ?
@__config CONFIG1H, OSCS_OFF_1 & HSPLL_OSC_1
' else
' @__config CONFIG1H, OSCS_OFF_1 & HS_OSC_1
' endif
@__config CONFIG2L, BOR_ON_2 & BORV_20_2 & PWRT_ON_2
' ifdef WATCHDOG_REQ
' @__config CONFIG2H, WDT_ON_2 & WDTPS_128_2
' else
@__config CONFIG2H, WDT_OFF_2 & WDTPS_128_2
' endif
@__config CONFIG3H, CCP2MX_ON_3
' ifdef DEBUG@REQ ; Do we require DEBUG ?
' @__config CONFIG4L, STVR_ON_4 & LVP_OFF_4 & DEBUG_ON_4
' else
@__config CONFIG4L, STVR_ON_4 & LVP_OFF_4 & DEBUG_OFF_4
what is wrong on that?
and how can i make it alright?
and what hardware do i need with this demo? a Nokia 6100 screen ,... because in the sources i see
SYMBOL sSEROUT_PIN = PORTE.0
SYMBOL sBAUD = 16416 '16416 = 19200 BAUD
Where is portE,0 for?
and do i need with this demo the nokia 6100 libary?