2016年1月14日 星期四

configure: error: no libevent found

# apt-get install libevent-dev

2016年1月1日 星期五

在 Arduino 使用 SoftwareSerial

由於 Arduino UNO, Nano, Pro mini 只有一組 Serial Port,若接上 RS232 設備後則無法透過電腦 debug,所以可透過 SoftwareSerial 使用其他 port 來連接設備




References :
小狐狸事務所: Arduino 串列埠測試 (UART)
Arduino - SoftwareSerialExample