Topic: HELP! codebase 5.0 problem
Author: eduarde@ac.upc.es (Eduard Elias )
Date: 1995/04/06 Raw View
I've got the following problem with CODEBASE 5.0:
I use the serial port (by interruptions) at the same time than a codebase
instruction (d4append) to save data to the disk. The problem is that my
program looses characters of the serial port.
I guess, that the codebase instruction disables interruptions for too much
time (at least the same time than between two serial port interruptions).
If I change the d4append by dummy fputs instructions, the program works
with no problem with the port. Of course, the problem is that, to save the
records I use, I need the d4append instead of those fputs.
Any help will be much appreciated.
--
Eduard Elias i Vila
eduarde@ac.upc.es