The COM ports from the USB-TTL microcontroller are detected by Windows 10:
CANHackerdoes not see these ports:
At first I thought it was the STM32, but I also flashed the Arduino Leonardo and CANHacker doesn't see the ports there either.
What's the reason, can anyone tell me?
Maybe the CANHacker program doesn't support Windows 10?
Good day @autowp I installed an example from here:
I use MCU
stm32f411
+ modulemcp2515
Microcontroller has two serial ports:
Usually I use
UART1
by default, initializing it in the usual way in theArduino
environment:If I need to initialize UART2, I usually use this code:
Also a failure method to use:
But I can't make
CANHackerV2.00.01
orCANHackerV2.00.02
determine theCOM
port to which the example code:The
COM
ports from the USB-TTL microcontroller are detected byWindows 10
:CANHackerdoes
not see these ports:At first I thought it was the
STM32
, but I also flashed the ArduinoLeonardo
andCANHacker
doesn't see the ports there either. What's the reason, can anyone tell me? Maybe theCANHacker
program doesn't supportWindows 10
?