标签: node.js arduino
如果可能的话,我想使用nodejs将ANSI char发送到arduino。 我尝试将数字转换为字符串:
port.write(String.fromCharCode(data[i]));
,但不适用于\ x80或更高版本的字符。 顺便说一句,我正在使用串行端口模块与arduino通讯