Skip to content
  • Peter Zumbruch's avatar
    api.c: check for CR in addition to LF allowing MS windows terminals · 4ea40009
    Peter Zumbruch authored
    	- added check for CR in addition to LF 
    		to allow for MS windows terminals
    	- added debug function to view received UART input 
    		and possible ctrl characters
     	- apiFindCommandKeywordIndex:
    		- determines maximal keyword length by in addition 
    			to MAX_LENGTH_PARAMETER by looking to the 
      			first occurrence of a ctrl characters
      		- correct printout in debug statements 
    4ea40009