'----------------------------------------------------------------------------------------
'    Name:  CAN1
'    Type:  TIGER-BASIC(tm) device driver
'
' Purpose:  CAN-Bus Communication driver
'
'  (C) - Copyright Wilke Technology, P.O.Box 1727, D-52018 Aachen, Germany
'----------------------------------------------------------------------------------------
'	
' Thank you for using BASIC Tigers in your products. If you have questions, ideas
' or special needs, please contact your next distributor or the Tiger support team
' and visit our web site:
'
'	Wilke Technology GmbH
'	The Tiger Support Team
'	P.O.Box 1727,       D-52018 Aachen, Germany
'	Krefelder Str. 147, D-52070 Aachen, Germany
'
'	email: support@wilke-technology.com  (english)
'	email: support@wilke.de              (german)
'	Phone: +49 (241) 918 900    Mo to Fr, 7:00 to 16:00 (GMT)
'	Fax:   +49 (241) 918 9068
'
' New information, new drivers and free downloads see:
'
'	www.wilke-technology.com	     (english)
'	www.wilke.de                         (german)
'
' Sincerely,
'
'	Your Tiger Support Team
'
'
'----------------------------------------------------------------------------------------


Version:       1.00o
Description:   Enhancement: It is possible to write the output buffer really "full".
               The driver will no longer block the output, if the buffer is nearly full.


'----------------------------------------------------------------------------------------

Version:       1.00n
Description:   Bug Tiger-2: If the output buffer is filled with 1 or more messages 
               and a RTR Message with no data bytes, the buffer can crash. It is
               possible to get e.g. negative free buffer space. Fixed.

'----------------------------------------------------------------------------------------

Version:       1.00m
Description:   Bug Tiger-2: In case of a receive buffer overflow, following data will
               not be received or rather not saved into the input buffer. Fixed.

'----------------------------------------------------------------------------------------

Version:       1.00l
Description:   Tiger-2: After receiving a RTR request, no other message can be send. Fixed.
               Tiger-1: After receiving any message the buffer is filled to maximum. Fixed.
                        Only the first RTR request is served. Fixed.
               Other minor fixes and enhancements.

'----------------------------------------------------------------------------------------

Version:       1.00k
Description:   internal buffer handling bug was fixed
               (before bug fix, CAN.TD2 could sent few wrong Frames or wrong IDs)

'----------------------------------------------------------------------------------------

Version:       1.00j
Description:   Receive up to 15 mailboxes (different access codes and one more access mask). 
	       Documentation was extended.#
	       Problem with 2 PUTs following directly is solved.
Documentation: see "Manual_addendum_TINY_Tiger 2"

'----------------------------------------------------------------------------------------