04-21-2007 12:19 AM
 MissyS
		
			MissyS
		
		
		
		
		
		
		
		
	
			04-27-2007 04:03 PM
Hi JK1,
It is possible to read and write on the same port in one program. Because there is only one set of wires (CAN_H and CAN_L) that is used for both transmiting and receiving, you will not be writing at the exact same time as data is coming in, but the CAN protocol will handle the collisions to write your data when no message is currently on the bus. Attached is a simple example using the 9853 CAN module that will write and read on the same port. You will need to modify the project to correspond to your FPGA system. I hope this helps!
Regards,
05-21-2007 06:27 AM
 MissyS
		
			MissyS
		
		
		
		
		
		
		
		
	
			05-25-2007 07:19 AM
05-27-2007 01:43 PM
Hai MissyD,
Thanks for the response. I got the example vi during my search that exactly solved my problem. the example vi was at the path
http://zone.ni.com/devzone/cda/epd/p/id/5233
With regards,
JK
 MissyS
		
			MissyS
		
		
		
		
		
		
		
		
	
			05-30-2007 08:05 AM