![]() | ![]() | ![]() |
| |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
![]() |
| | Tools |
| | #1 |
| Code: ADCON1 = 0x0F;
TRISCbits.TRISC5 = 0;
//LED
TRISB = 0;
Open1USART(USART_TX_INT_OFF &
USART_RX_INT_ON &
USART_ASYNCH_MODE &
USART_EIGHT_BIT &
USART_CONT_RX &
USART_BRGH_HIGH, 25);
while(!DataRdy1USART());
a=getc1USART() ;
a++;
while (Busy1USART());
//value sent
putc1USART(a);
when i compile, i receive this error. Error [1204] too many arguments in function call? can anybody tell me what happen? Last edited by butters; 13th October 2009 at 09:05 AM. | |
| |
|
| Tags |
| 1204, error |
| Thread Tools | |
| Display Modes | |
| |
Similar | ||||
| Title | Starter | Forum | Replies | Latest |
| error 302 | Thunderchild | Micro Controllers | 21 | 24th June 2008 09:29 PM |
| PIC16F627 Error | parimi | Micro Controllers | 0 | 6th August 2007 12:10 PM |
| error message | gugs | General Electronics Chat | 2 | 22nd July 2007 09:41 PM |
| whats this error?? | aidantmurphy | Micro Controllers | 2 | 9th December 2004 08:14 AM |
| Need Assistance , Another Verify Error At OOOOh! Error | MindShaper | Micro Controllers | 0 | 4th September 2003 03:05 PM |