Updated HarwareSerial dependencies for newer IDEs
This commit is contained in:
@@ -34,9 +34,9 @@ Since version 1.1 it supports now also Auto and Standby remote control. You have
|
||||
# Software
|
||||
The Seatalk communication is a 9 bit serial protocol. This is not directly supported from Arduino. But I found a working 9 bit hardware serial implementation. For convenience, I have added the working source code here, because there are different versions available (in github and elsewhere).
|
||||
|
||||
Caution: The 9 bit hardware serial implementaion is depending on the correct version of the Ardunio IDE and the ProMicro board information. IDE 1.6.13 and board version 1.6.15 are working. Later versions changed the hardware serial implementation and the 9 bit changes will not work.
|
||||
Caution: The 9 bit hardware serial implementaion is depending on the version of the Ardunio IDE and the ProMicro board information. IDE 1.6.13 and board version 1.6.15 are working with the files in "NewHWSworking". Later versions (e.g. 1.8.10) changed the hardware serial implementation and the 9 bit changes will work work with files in "HardwareSerial9bit".
|
||||
|
||||
The three files from "NewHWSworking" have to be copied into the Arduino directory on you local PC e.g.: "C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino".
|
||||
The three files from "HardwareSerial9bit" (or "NewHWSworking" for older IDE) have to be copied into the Arduino directory on your local PC e.g.: "C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino".
|
||||
|
||||
As Arduino board for the ProMicro you can either use the standard Arduino "Leonardo" board information or the ProMicro SparkFun implementation: https://learn.sparkfun.com/tutorials/pro-micro--fio-v3-hookup-guide . Both will work.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user