char* UART_Rstring(char* buffer)
{
char *ptr = buffer;
do { *(buffer++) == USART_Receive(); } while ((buffer-1)!= \'\\r\'); *buffer = \'\\