多字节发送 本模块实现116字节(8256)位数据的发送 module uart_data_tx #( parameter DATA_WIDTH = 80, parameter MSB_FIRST = 0 ) ( input clk, input reset_n, input [DATA_WIDTH - 1 :