hi,
i am presently enabling the Serial Communication. i have fulfilled all function but i am not getting transmission and receiving. please correct my code.
i follwed this link
for serial communication. and i called the functions like
SCI_write(sci, 0X55);
SCI_putDataBlocking(obj->sciHandle, 0X55);
and i got undefined sci and undefined obj. so i have write
SCI_Obj *sci = (SCI_Obj *)sciHandle;
in the top to remove error. is this approach is correct. how to send the data through SCi, which function i have to call?