modified for 4180 project
Fork of 4DGL by
History
turned debug off
2017-05-02, by jkassab7 [Tue, 02 May 2017 05:49:25 +0000] rev 2
turned debug off
3 second wait to 4 second wait
2017-04-18, by jkassab7 [Tue, 18 Apr 2017 20:23:51 +0000] rev 1
3 second wait to 4 second wait
Fixed a few minor issues in 4DGL library
2011-07-05, by AdamGreen [Tue, 05 Jul 2011 11:45:02 +0000] rev 0
Fixed a few minor issues in 4DGL library
Moved pc serial port object used for debug output into 4DGL object itself. Previously it was a global object but its constructor wasnt getting run before the global constructor for the 4DGL object itself which led to an assert in the serial code.
I also fixed a few potential buffer overruns that I saw in the code as well.