Rev 1866 | Rev 2075 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1866 | Rev 2039 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /****************************************************************************
|
1 | /****************************************************************************
|
2 | * Copyright (C) 2009-2013 by Claas Anders "CaScAdE" Rathje *
|
2 | * Copyright (C) 2009-2014 by Claas Anders "CaScAdE" Rathje *
|
3 | * admiralcascade@gmail.com *
|
3 | * admiralcascade@gmail.com *
|
4 | * Project-URL: http://www.mylifesucks.de/oss/c-osd/ *
|
4 | * Project-URL: http://www.mylifesucks.de/oss/c-osd/ *
|
5 | * *
|
5 | * *
|
6 | * This program is free software; you can redistribute it and/or modify *
|
6 | * This program is free software; you can redistribute it and/or modify *
|
7 | * it under the terms of the GNU General Public License as published by *
|
7 | * it under the terms of the GNU General Public License as published by *
|
Line 25... | Line 25... | ||
25 | #include <avr/interrupt.h>
|
25 | #include <avr/interrupt.h>
|
26 | #include <util/delay.h>
|
26 | #include <util/delay.h>
|
27 | 27 | ||
28 | #define baud 57600
|
28 | #define baud 57600
|
29 | 29 | ||
30 | #define RXD_BUFFER_LEN 180
|
30 | #define RXD_BUFFER_LEN 220
|
31 | #define TXD_BUFFER_LEN 20 // not so much needed
|
31 | #define TXD_BUFFER_LEN 20 // not so much needed
|
32 | 32 | ||
33 | #define REQUEST_OSD_DATA "#bo?]==EG\r"
|
33 | #define REQUEST_OSD_DATA "#bo?]==EG\r"
|
34 | //#define REQUEST_OSD_DATA "#co?]==EH\r"
|
34 | //#define REQUEST_OSD_DATA "#co?]==EH\r"
|
35 | #define REQUEST_DBG_DATA "#ad?]==D{\r"
|
35 | #define REQUEST_DBG_DATA "#ad?]==D{\r"
|