Hi, I'm using Corr in Python to write test data to BRAMs on a roach, but whenever I try to write something using the fpga.write() method, it writes the ASCII codes rather than the numbers themselves. The fpga.write() method also won't take anything but a string as its input, and I can't find any detailed documentation for Corr for how to fix this.
I found some references to an "ioreg" variable that I can set to make the roach interpret things as binary rather than ASCII, but I can't figure out what process number my BORPH file is. Anyone have any hot ideas?

