ส่งข้อมูลไป Serial Port จาก Command Line

Post Reply
brid.surapol
Posts: 156
Joined: 11 Apr 2013, 11:43

ส่งข้อมูลไป Serial Port จาก Command Line

Post by brid.surapol »

Code: Select all

stty -F /dev/ttyS0 speed 9600 cs8 -cstopb -parenb
echo -en '\x12\x02' > /dev/ttyS0

เพิ่ม user เข้าไปใน group 'dialout' ใน /etc/group
Post Reply

Return to “การใช้งาน Linux”