This may be a silly question: With a dsPIC33E micro-controller, once the UART is configured, to read/write data from/to the remote host, does one need to 'bit-twiddle' (i.e., read/write chars from/to UART registers) or can one simply use getc(), putc(), e..
↧