|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Serial Communication to a Cmucam3
hi i encounter some problems :
im using a hitachi H8 microcontroller and the following is my program codes : void serial_wait(int c){ int d=0; while(d != c){ d = serial_getchar(0); } } void serial_string(char c[]) { int x,y=0; while(y != 0x0d){ // while y ! \r y = c[x++]; serial_putchar(y); } } may i know does that send any command to my H8 board? |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| RS232 (Serial) Communication To OI | bglass | Programming | 9 | 07-07-2007 04:04 |
| Need Help With Maplab C programming on serial communication | loveheb3 | Programming | 0 | 04-06-2007 21:24 |
| Serial Communication in C++ | Adam Shapiro | Programming | 8 | 21-01-2003 12:49 |
| Serial Port Communication White Paper | rbayer | Programming | 87 | 14-06-2002 16:10 |
| serial communication using c++ | Malakili | Programming | 31 | 01-05-2002 15:51 |