python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
UART mode with Python ftd2xx module
I want to establish a UART communication between an FPGA equipped with an FTD2232H chip and a PC, and for that, I am using the Python ftd2xx module. I do not know how to use the setBitMode function of...
AR_Hasani
Votes: 0
Answers: 2
Receive UART messages in DMA
I am trying to receive messages in DMA mode, on a STM32L432KCU. The pins PA2 and PA3 are configured as DMA pins. The baudrate is 115200 and the global interrupt for USART2 is turned on. In the main fu...

Ștefan Andontjh
Votes: 0
Answers: 1
Read modbus address using MATLAB
I have a robot with multiple modbus motors slaves. I have created a script to check all the modbus addresses to figure out the addresses of the modbus slaves.
So some addreses will return an answer (7...
user3
Votes: 0
Answers: 1
Sending data between ESP32 and computer through USB with micropython
I have an ESP32 connected to to my computer through the usb port and have tried sending and receiving serial data. It works, but I can't make it so the ESP32 recognizes what is being sent using this c...
Ali Shaikh
Votes: 0
Answers: 0