怎样将一串字符发送给一个设备呢?

怎样将一串字符发送给一个设备呢?

比如要将"Hello,guys"写到/dev/rfcomm0,怎么办呢?

只知道有 cat file > file 的用法

谢谢
echo ?
看看/proc下有没有对应的设备,一般用cat写入/proc/下的相应文件应该可以。
echo "enter your stings " > device name
学习啊