1. serial port routines ? ?
- Posted by Don Pomplun <k2hug at HOME.COM> Feb 24, 1999
- 383 views
- Last edited Feb 25, 1999
I don't find any routines in the archives for dealing with the serial ports. The only thing close appears to merely poll the uart buffer. What I'm looking for is one that does the interrupt and buffer thing. I don't think I'm clever enough to translate the one I have for pascal into E, without it becoming a career. Have I missed something? TIA Don K2BIO k2hug at home.com
2. Re: serial port routines ? ?
- Posted by Bernie Ryan <bwryan at PCOM.NET> Feb 25, 1999
- 366 views
You will have to translate your pascal routines to assembler( source ) or find routines that are all ready written in assembler( source ) You can probably find some at a simtel web site. You would then take these assembler source programs and and use the assemblers that are on the Euphoria web page to convert them to Euphoria. Bernie