📄 uart.c
字号:
extern void my_Delay(unsigned long int dly_ms);
/*------------------------------------------------------------------------------*/
/* Project Name: Multiplexer of MPEG-II */
/* Module Name: serial communtication */
/* Purpose : */
/* Author : LingYiChuan */
/* Date : 2000/9/20 */
/* Version : 1.0 */
/* Copyright HignSun Dvision, All Right Reservered. */
/*------------------------------------------------------------------------------*/
void CreateUartTasks(void)
{
}
void DeleteUartTasks(void)
{
}
/*------------------------------------------------------------------------------*/
/* the RS232 using SMC2 for communication between 860 and front pannel */
/*------------------------------------------------------------------------------*/
void tk_panel_send(void)
{
}
void tk_panel_rcv(void)
{
}
/*------------------------------------------------------------------------------*/
/* the RS232 using SMC1 for communication between 860 and user channel */
/* no transimission in this port */
/* user channel 1 and user channel 2 are alternative */
/*------------------------------------------------------------------------------*/
void tk_user1_send(void)
{
}
/*------------------------------------------------------------------------------*/
/* the RS422 using SCC2 for communication between 860 and user channel */
/* no transimission in this port */
/* user channel 1 and user channel 2 are alternative */
/*------------------------------------------------------------------------------*/
void tk_user2_rcv(void)
{
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -