xela144 / CANaconda

CANaconda project: CAN message viewer
GNU General Public License v3.0
10 stars 0 forks source link

Support transmitting multiple messages at a time #54

Open Susurrus opened 10 years ago

Susurrus commented 10 years ago

There should really be an area where the user can see all of the messages scheduled for transmission. Basically they use the UI right now to add a message to this area. All the messages in that area are transmit at their transmission frequency (or just that first time if frequency == 0). It should support transmitting multiple of the same PGN/ID messages.

xela144 commented 10 years ago

Yes, there should.

As of right now, once a message is sent, I don't think the program ever stops sending it. The QTimer associated with the outgoing message never stops, and the message just keeps getting transmitted.