First post, by Steeve
I'm trying to run an old DOS Pascal program in the DOSbox of a DEll latitude C800 laptop XP machine. It all works fine except some of the incoming data from the serial port are not displayed because (I think) it needs the time clock from the pc to plot the incoming data against time (so no data gainst time are displayed) - but the data are getting through because there are boxes showing the incoming values, it just doesn't do the graphs.
The program takes data from an underwater sensor that sends the depth the sensor is underwater and plots it against time. The other displays for e.g. temperature against depth are displayed fine (because no time needed for these).
Is there something I can put into the config file (as I did to get it to see the serial port data which are displyed OK as numerical values but not as graphical plots) to get it toi pick up the timer signal?
Any ideas, thanks.