Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BF: iohub eyelink sendMessage saving byte array
In Python3 sendMessage() method of the iohub eyelink eyetracker class was sending byte arrays to pylink sendMessage() instead of String, resulting in b'....' being added to message contents in EDF file. Now byte arrays are converted to a string using 'utf-8'.
- Loading branch information