/* flaneth - flash and ethernet version 0.2 date 2008-11-08 Copyright (C)
2007-2008 Stefan Schuermans <stefan@schuermans.info> Copyleft: GNU public
license V2 - http://www.gnu.org/copyleft/gpl.html a BlinkenArea project -
http://www.blinkenarea.org/ */
#ifndef INC_ser62500
#define INC_ser62500
// send data (in network byte order) with 62500 baud in 9N2 protocol
extern void Ser62500Send9N2(unsigned char *pData, unsigned short Length);
// output a data item with 62500 baud in 9N2 protocol
extern void Ser62500Out9N2(unsigned short item);
#endif // #ifdef INC_ser62500