Search found 1 match

by cogpegu
Fri Oct 08, 2021 5:13 pm
Forum: EEG data analysis
Topic: Trigger decimal corresponding to b'' in python
Replies: 0
Views: 8200

Trigger decimal corresponding to b'' in python

Hello, I don't find the correspondance of the bytes in decimal for actiview. I use python to send trigger for my experiment. When I write port.write(b'1') I have the decimal 49 as answer on actiview for instance. I know that there is correspondances as says on the manual of actiview (b'A') = 65 ect....