I recently wrote a small program for serial communication between PC and PLC. I don't know anything about PLC, and it mainly reads the value of registers. I would like to ask 1. How to represent the a...
LedOut[1]=Disp_Tab[counter%10]|0x80;//Why is it 0x80? LedOut[2]=Disp_Tab[D[3]%1000/100];//Why is it %1000? LedOut[3]=Disp_Tab[D[3]%100/10];//Why is the control word 0x40, which is 0100 0000? Why is th...
When I use the EzDrvInstaller that comes with DriveStudio to load the built-in example HelloWorld, it always prompts No Driver Selected. What is the reason?...
[i=s]This post was last edited by gs001588 on 2021-12-15 01:28[/i]I have received the development board for a few days and have tested several programs. The development environment is relatively frien...
Recently, a project needs 64GB of external storage. I don't know which solution is better. Can you please tell me: What is the maximum capacity of IDE hard disk (disk or SSD type) and USB flash drive ...