请教DSP2812串口发送问题,我用DSP2812的SCI串口向上位机发送一个数组的数据,数组是否需要转换成十六进制数或者别的什么进制形式?另外能向上位机发送正负符号'+','-'吗?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
请教DSP2812串口发送问题,我用DSP2812的SCI串口向上位机发送一个数组的数据,数组是否需要转换成十六进制数或者别的什么进制形式?另外能向上位机发送正负符号'+','-'吗?
你这种情况,推荐你使用ASCII格式发送,可以向上位机发送正负符号'+','-'。
希望对你有帮助。