Sergey
Sergey
Thank you for your reply @fpgafais. I have already did changes that you mentioned. As host_xrt example based on basic example, I suppose maybe the problem can be connected with...
I checked "stat_rx_status" and it returned 192 at the first calling, after that returned always 3, which I suppose mean that link status is false. As I understand from readRegister...
Yes, I used vnx-basic-image-transfer.ipynb Notebook for image transferring between two U50 devices in the same host and it worked.
Hi @mariodruiz. Below I provide rx and tx code. **TX** part ``` // Copyright (C) FPGA-FAIS at Jagiellonian University Cracow // // SPDX-License-Identifier: BSD-3-Clause #include #include #include #include #include #include...
Hi @fpgafais. Will try to reproduce it and let you know. Thank you.
Hi @mariodruiz Thank you very much for provided information. I'll take a look.
Hi @mariodruiz Do I need a NIC sheel/driver for running the ping example of xrt_host_api? I am encountering an issue where, after configuring a new IP address on the FPGA...
Expressing gratitude for your valuable suggestion @COM8 , I will endeavor to incorporate it and subsequently provide you with an update on its implementation.
> You need to call `MainWindow::show_nfc_card_detection();`. https://github.com/Jutta-Proto/gtk-ui/blob/d53f559c85e3346bf5d3142ff988deb408027772/src/ui/windows/MainWindow.hpp#L55 > > I would go into `CoffeeSelectionWidget.{cpp, hpp}`. There look at how `edit_custom_coffee_clicked` is implemented via signals. I would create a new signal...
I appreciate your time and prompt response. Please accept my apologies if the description of my problem or issue was difficult to understand. The desired functionality includes the following steps:...