![]() |
Hardware software compatibility - Printable Version +- Forums (https://sanworks.io/forum) +-- Forum: Bpod (https://sanworks.io/forum/forumdisplay.php?fid=1) +--- Forum: Software (https://sanworks.io/forum/forumdisplay.php?fid=6) +--- Thread: Hardware software compatibility (/showthread.php?tid=516) |
Hardware software compatibility - Mahyar - 12-19-2018 Dear all I have two Bpod .5 which have been running for a while very well. Now I want to start using a Bpod .8 and a Bpod r2 that I have. The old software that I have been using apparently doesn't work with the new hardware. So to be more specific right now with Bpod .8 in the initializeHardware.m* when: Code: TestPort = IOPort('OpenSerialPort', PortString, 'BaudRate=115200, OutputBufferSize=8000, DTR=1'); So is there a document about different versions/releases of hardware and the matching software? For example which firmware should I load on my Bpod .8 (or r2) and which Bpod software works with them? Best thanks * https://github.com/KepecsLab/Bpod_r0_5/blob/master/Bpod%20System%20Files/Internal%20Functions/InitializeHardware.m RE: Hardware software compatibility - Josh - 01-03-2019 Hi Mahyar, With Bpod r0.7 or newer, you'll need the software from our repository: https://github.com/sanworks/Bpod_Gen2 -Josh |