Search found 1 match

by Tinny.D
Wed 12. Jan 2022, 08:58
Forum: PCAN-Basic
Topic: Problem sending CAN messages.
Replies: 1
Views: 2847

Problem sending CAN messages.

Hello,
I'm making a python script which sends a CAN message through a PCAN-USB(IPEH-002021). The problem is when i want to send a float type data i receive the following error < unsupported operand type(s) for >>: 'float' and 'int' >

This is my code:

connect1 = PCANBasic()

# Initialize ...