hello
i am using pcan light dual channel card
i have properly initialized both channels of card using functions CAN_Init and CAN2_Int
now i send data on both channels and then read both channels
for sending data on both channels i first call
CAN_Write and then
CAN2_Write
and read both channles for reply from other machines uisng functions
CAN_Read
CAN2_Read
on other side i have PC104 machines havinf ECAN527HR this machines has two such cards
i have connected one channel of my PCI card with on ECAN527HR and second channel of this card with other ECAN527HR with independant CAN BUS
for some time program run smoothly but after that Channel 2 raises error trasmission buffer overflow while channel 1 keeps on working normally i am unable to fix this problem
looking forward for any help
sajid

