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 <wsr@xxxxxxx>
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:
|