Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: cerr99; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    4,704

    Re: Micrtochip AN1310 for USART2

    Changed the DigitalInput macro in preprocess.inc to clean up with the analog input issues on my 18f86k22:

    DigitalInput macro
    #ifdef __18F86K22
    #if BOOTLOADER_ADDRESS == 0
    nop ...
  2. Replies
    1
    Views
    4,704

    Micrtochip AN1310 for USART2

    Hi There,

    I've been unlicky trying to modify Microchip's AN1310 bootloader to be used with USART2 instead of USART1. Did anyone suceed porting thatcode over to be used with USART2?
    I have changed...
Results 1 to 2 of 2