1. Comm Routines?
- Posted by Matt Stancliff <sysop at ATL.MINDSPRING.COM> Sep 04, 1996
- 1899 views
- Last edited Sep 05, 1996
Are there any comm routines for Euphoria? I'm new to this so any information would help. Thanks! -Matt Stancliff
2. Re: Comm Routines?
- Posted by Robert Craig <72614.1667 at COMPUSERVE.COM> Sep 05, 1996
- 1871 views
- Last edited Sep 06, 1996
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