Yes you can if he uses ascii like I suggested a good while back.... This way he can learn software control..
Ritesh... If you use ascii like I showed you, you only need 0 to 127 ascii characters... So if the function returns 255 ( -1) then you know that a character isn't here yet!!!
Yes you can if he uses ascii like I suggested a good while back.... This way he can learn software control..
Ritesh... If you use ascii like I showed you, you only need 0 to 127 ascii characters... So if the function returns 255 ( -1) then you know that a character isn't here yet!!!
I'm trying to simplify the serial transfer for Ritesh... Using binary data transfers wil be a tiny bit over his head... Be my guest if you can show him packet transfers.....
I'm trying to simplify the serial transfer for Ritesh... Using binary data transfers wil be a tiny bit over his head... Be my guest if you can show him packet transfers.....
I have one question, can we transfer data from uC to PC via UART and then this data to another using team viewer sharing to PC...?
I mean to say how to copy/move data to teamviwer from hyperterminal ?
I am trying to compare two string one stored in memory other is scanned..
the problem is that while reading string from terminal i am using array the length will depend on it.
so, comparing of string will be wrong can't we read string in such a way without using a fixed size and compare it???