hi, guys
I have a TS-CAN1 board, I have also installed the TS-CAN1 board on TS-7300
board. I have read the relative manuals, you know that there is a C file called
tscan1.c, which includes the tscan1_read function. This function is defined
like
static u8 tscan1_read(const struct sja1000_priv *priv, int reg)
{
return inb((unsigned long)priv->reg_base + reg);
}
It seems that the CAN message frame is decoded at reg_base, but I have some
questions about the getting the data. How can I get the 8 byte data, has anyone
done some research about the usage of the TSCAN1?
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|