[Gambas-user] Help me!! I need to use Serial IN/OUT!!! :-(

Dimitri Bellini dimitribellini at ...69...
Fri Jun 13 17:48:25 CEST 2003


On Thursday 12 June 2003 13:05, Ken Schrock wrote:
> Dimitri Bellini wrote:
> >Hi
> >	I try to use your "READ #File,Variable [ ,Length ]" but if i use Step by
> > Step "F8" work well if i Run with "F5" my App dont work well it seems
> > that some charatter still stay in buffer.
> >Thanks for possible solution.
>
> Both the exec and shell statements allow async operation
> If you made a simple perl script that read tty input and output it to
> stdout You could use the EXEC function to get the data without locking the
> app (see the sample code in the exec section of the manual)
>
> I also made a component for gambas that can read or write any port
> But to use this for serial io you would have to know all about the various
> Control and status registers involved in serial io and do handshaking
> yourself
> Which, if you've never done it before, is not a simple task
>
> >Dimitri

Thanks Ken for this example I try this.
Bye
Dimitri





More information about the User mailing list