Login  Register

Re: Microscope (stage) controller and serial communication (Javacomm)

Posted by Vincenzo Della Mea on Mar 29, 2006; 10:14am
URL: http://imagej.273.s1.nabble.com/Microscope-stage-controller-and-serial-communication-Javacomm-tp3702708p3702709.html

Due to the important innovation present in 1.37c, we'll delay a  
little bit the release of our stage controllers, in order to exploit  
that possibility.
Vincenzo

> 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: