You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 the
CANHacker
program doesn't supportWindows 10
?The text was updated successfully, but these errors were encountered: