Examples Reference
These are some simple examples to test the communication between two CAN channels.

1. receive
	Non block mode to receiver message
2. transmit
	Non block mode to transmit message
3. receive-select
	Simple receiving using the select() call to wait for CAN messages
4. transmit-select
	Simple transmit using the select() call.
5. baud
	Change baud rate  using ioctl() call.
6. getstate
	Show CAN port's configuration and state.
7. filter
	Set the acceptance code and mask with ioctl.

