View previous topic :: View next topic |
Author |
Message |
butterfly
Joined: 04 Jun 2006 Posts: 35
|
port problem |
Posted: Thu Jun 08, 2006 1:10 am |
|
|
i wwant to send data to port b;
when i use these express�ons :
port_b
portb
pb
all gives same error:
** Error 12 "C:\Documents and Settings\as\Desktop\c\ekran.c" Line 18(1,7): Undefined identifier port_b
why i do not understand::
thanks for help |
|
 |
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
 |
Ttelmah Guest
|
|
Posted: Thu Jun 08, 2006 2:51 am |
|
|
Or just use 'output_b(val_to_send);' which is already in the compiler...
Best Wishes |
|
 |
|