Will the CAN interface card likely be installed as a COM port?
How do I break up a message to be sent as separate frames? What about assembling data from multiple frames received into one message? Is this a valid concern?
What is the CANopen stack? If I already have an API for communicating with serial ports, can I have my program read/send CANopen messages without the CANopen stack? What exactly does my program have to do?
What is the ideal/correct way of implementing the object dictionary (OD) in software?
(Current situation: I have to write a Java program to interpret CANopen messages. Due do certain circumstances, I am unable to get my hands on the CAN hardware.)
(This is continuation of the series of Stack Overflow questions I have posted last week at Java and CANopen.)