I'm not familiar with the chips you mentioned, but I don't believe VISA is going to allow you to communicate with them. The Register-based methods in VISA apply only to specific session types like Vxi, Pxi, VxiBackplane, etc. Other VISA sessions, like Gpib and Serial, are message based session, and will not support the In, Out, and Move methods at all. Like I said, I'm not familiar with these chip sets, but would you be better off going through memory-mapped IO using file I/O operations?