lpcmanager
Clone
Summary
Browse
Changes
Graph
HMI:VarSync widget to sync between PLC and HMI local variable, to use for languages.
4 months ago, Dino Kosic
bf2692c05bba
HMI:VarSync widget to sync between PLC and HMI local variable, to use for languages.
pthread_mutex_lock(&UART_WakeCondLock);
UART_task_active = 0;
pthread_cond_signal(&UART_WakeCond);
pthread_mutex_unlock(&UART_WakeCondLock);
pthread_join(UART_task, NULL);
closeserial(UART_fd);