sadism04
Joined: 08 Apr 2010 Posts: 4
|
Can anyone interpret me about #use rs232(........) |
Posted: Thu Apr 22, 2010 2:46 pm |
|
|
Code: | #use rs232(baud=9600, xmit = PIN_C6, rcv = PIN_C7, parity = N, bits = 8)
#use rs232(uart1, baud = 19200, Enable = EPIN, stream = Remote, DISABLE_INTS)
#use rs232(DEBUGGER, baud = 19200, stream = Debug, DISABLE_INTS)
#use rs232(baud=38400, xmit=PIN_C6, rcv=PIN_C7, stream=PC, FORCE_SW) |
I need to know what is all of parameters in rs232 mean ?
And if i want 2 PIC communicate through serial bus, what should I do ?
Could you tell me, plz . |
|