News:

PROTON pic BASIC Compilers for PIC, PIC24, dsPIC33

Main Menu

HRSOUT_PACE

Started by JonW, Jul 22, 2022, 01:03 PM

Previous topic - Next topic

JonW

Am working on a Chinese MCU trying to push it for a fast bit bang serial interrupt receive routine and need a slight delay between bytes sent from another UART.  Note that RSOUT has a declare RSOUT_PACE to add a delay between bytes which works well but will be implementing the transmit from a PIC using the HW UART.  Noticed that the HRSOUT_PACE is not listed in the manual (or I cant find it in a search) yet it seems to be recognised by Positron Studio but the compiler states its not a valid declare. I can work round with a Procedure but would be useful to have, is this a bug or just not implemented on HRSOUT?