| ??? 03/29/07 19:31 Read: times |
#136118 - no secret, it just isn't there Responding to: ???'s previous message |
and again 89c52 data sheet refer the matter to 89c51 whereas c51 does not mention any thing about it.
no secret, it just isn't there. and you do not need it. the old 'steam driven' method is as sketched here if (RI)
{
RI = FALSE;
if (RB8)
{
if (whatever you need to see to open this slave)
(
receive_data = TRUE
return;
}
}
else
{
if (receive_data)
{
process data till
if (end_of_data
{
receive_data = FALSEErik
|



