KB-38180: Changing a driver’s serial port at run time.

Question:

Can the serial port set up in a driver be edited at run time?

Solution:

Yes. To do so, you must edite the IO.Serial.Port tag.

To force the IOKit to use these new settings, you must set the driver to OFFLINE mode (IO.WorkOnline = 0), and then set it back to ONLINE mode (IO.WorkOnline = 1).

These tags can be inserted in the application via TagBrowser.

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Deixe seu Comentário

Seu endereço de e-mail não será publicado. Campos marcados com asterisco são obrigatórios *