1. Comm Routines?

Are there any comm routines for Euphoria?  I'm new to this so any
information would help.

Thanks!

-Matt Stancliff

new topic     » topic index » view message » categorize

2. Re: Comm Routines?

Matt Stancliff wrote:

> Are there any comm routines for Euphoria?  I'm new to this so any
> information would help.

Unfortunately there are no routines that directly support
communications. You can open() a comm port for read or write but
you can't specify baud rate, parity etc. You would have to
write some routines of your own that would call DOS
interrupts (see dos_interrupt()), or maybe use another program to
set up the port. For high-speed communications
I believe you need to handle machine interrupts. This is
not directly supported in Euphoria.

Regards,
    Rob Craig
    Rapid Deployment Software

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu