Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHi Wombat,
--- Quote Start --- It is possible to communicate with a JTAG avalon master by embedding SystemConsole within matlab, but it's tricky in 11.1 (you have to set up a lot of classpath variables etc). Or if you don't want to do that then start SystemConsole with the --server option and it will provide a single use TCP server for you. --- Quote End --- Since SystemConsole in 11.1sp1 supports Tcl fileevent, it would be easier to write a Tcl server that runs under SystemConsole to provide the hardware access, and contact that from MATLAB. I have a Tcl client/server example if anyone wants it. Cheers, Dave