Added support for (simulated) serial data input. Data written to netsim's standard input are now sent as serial data to the main node.

This commit is contained in:
adamdunkels 2008-01-14 09:38:16 +00:00
parent 7fcb1f3b2a
commit 7a356d0fb5
9 changed files with 120 additions and 35 deletions

View file

@ -30,7 +30,7 @@
*
* Author: Adam Dunkels <adam@sics.se>
*
* $Id: ether.h,v 1.6 2007/11/17 18:09:18 adamdunkels Exp $
* $Id: ether.h,v 1.7 2008/01/14 09:38:16 adamdunkels Exp $
*/
#ifndef __ETHER_H__
#define __ETHER_H__
@ -51,6 +51,7 @@ void ether_send_done(void);
u8_t ether_send(char *data, int len);
void ether_set_leds(int leds);
void ether_set_text(char *text);
void ether_send_serial(char *text);
void ether_poll(void);