Re: [Flashforth-devel] PIC18F14K50 and UART receive buffer size
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2020-02-18 20:47:38
|
RXbuf larger than 32 bytes is not supported on PIC18F14K50 with USBCDC, It would require some code changes to ff-pic18.asm. BR Mikael On 2020-02-18 19:36, Tristan Williams wrote: > Hello, > > I am using Flashforth with a PIC18F14K50 and USBCDC. I am also using > its UART and would like to increase the size of the UART receive > buffer (which I think is RXbuf) to 64 bytes, which is larger than the > maximum 32 bytes supported by the default linker file for the > PIC18F14K50. > > Is there a way I can do this? > > All help gratefully received. > > Kind regards and thanks, > > Tristan > > > > _______________________________________________ > Flashforth-devel mailing list > Fla...@li... > https://lists.sourceforge.net/lists/listinfo/flashforth-devel -- -- Mikael |