http://imagej.273.s1.nabble.com/Microscope-stage-controller-and-serial-communication-Javacomm-tp3702708p3702709.html
that possibility.
> Da: Wayne Rasband <
[hidden email]>
> Data: 28 marzo 2006 18:28:14 GMT+02:00
> Oggetto: Re: Microscope (stage) controller and serial communication
> (Javacomm)
>
>
>> The commands are one liners with a carriage return which will read/
>> write to the port. Does anyone have example macros with an
>> included serial communication example?
>
> The macro language currently does not offer serial I/O support but
> ImageJ 1.37c, courtesy of Johannes Schindelin, adds a call()
> function that, in effect, allows new macro functions to be added.
> The call function calls a public static method, passing an
> arbitrary number of String parameters, and returning a String. Here
> is an example that calls methods with no arguments, one argument
> and two arguments: