I want to control the chips using the COM port. The program must do at least 3 actions. For example, turn the engine and turn it back and stop.

  • one
    So what's the problem manage if you want. With such a question, it is not possible to suggest anything, or do you want a device and a software part for the device to be developed for you? - SoftR
  • for example, drawing a simple microcircuit and a program in delphi or a silk on the topic - Sarvar
  • No, this is the development of the device for you, it's only for money. Here you will be helped only if you do something yourself and what is not working out for you. And the simple scheme will not work. - SoftR
  • Excuse me! THANK YOU FOR THE INFORMATION !!! - Sarvar
  • one
    xDDDD PAJALAST! - BomBom

1 answer 1

Need to

  1. get a description of the instruction set for your microchip;
  2. make the required commands for the selected actions (apparently, these will be some text strings);
  3. write code that writes to the selected port (CreateFile, ReadFile, WriteFile);
  4. pick up the code to the application interface.