Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).
|
I'm trying to implement a demo using the pcmaster and an DSP86F807 eval board. I have implemented part of the demo using VBScript, but I need to change to JavaScript. The problem is getting the JavaScript to pass references(pointers) to the read and write functions to retrieve the values or return messages. I've tried the following: var v = new Array(); Thanks in advance |