Working on DOS port.

This commit is contained in:
skarg
2007-12-06 23:17:27 +00:00
parent 7622c631af
commit eb72c8cb64
4 changed files with 64 additions and 85 deletions
+1
View File
@@ -98,6 +98,7 @@ int ComRecChar ( void ); /* Fetch character from rcv buf*/
int ComSendChar ( char character ); /* Put char into xmit buffer */
int ComSendString ( char *string );
int ComSendData ( char *buffer, unsigned buffer_length );
int ComStatus ( void ); /* Fetch comm status */
void INTERRUPT FAR serial ( void ); /* interrupt handler */