7.3 JNMMCANDemo description
JNMMCANLoopBack demo application will provides the user to enter the mode of operation for CAN (0-3) whether in transmit or receive mode.
TX mode:
For ISA mode : Enter the Base address and DIO address( PCI not required)
Enter the CAN Port number (0-3).
Enter the baud rate for CAN Port (0-3).
Enter the mode of operation for CAN Port (0-3): TX(0).
Enter the message type (0-STD, 1-EXT).
Enter the Transfer buffer type(0-PTB,1-STB)
Enter the message ID.
Enter the RTR.(0-Disable,1-Enable)
Enter the data length.
Enter the Tx data.
Press enter key to repeat or ‘q’ to quit.
If enter key to repeat, it will start from step 2
If user entered ‘q’ means it will exit the application.
Rx mode:
For ISA mode : Enter the Base address and DIO address( PCI not required)
Enter the CAN Port number (0-3).
Enter the baud rate for CAN Port (0-3).
Enter the mode of operation for CAN Port (0-3): Rx(1).
It will display the received data in terminal and press enter key to repeat or ‘q’ to quit.
If enter key to repeat, it will start from step 2
If user entered ‘q’ means it will exit the application.
Last updated