Skip to content

Small documentation change for Python Bindings #87

@sistemicorp

Description

@sistemicorp

Describe the bug
It was not clear how to build Python bindings from the instructions.

To Reproduce
Current Build instructions:

  mkdir bin
  cd bin
  cmake .. 
  cmake --build . --config Release

Additional context
Suggestion:

cd bindings/python
mkdir bin
cd bin
cmake .. 
cmake --build . --config Release

Has this been tested on Windows lately? I got the build to work, and Python bindings, and I am testing it with a STM32 target that I have, and I don't get any bytes in or out of it. I modified the test program slightly, added some prints,

>python main.py
Version: https://github.com/itas109/CSerialPort - V4.3.1.240204

Available Friendly Ports:
1 - COM3 STMicroelectronics serial
2 - COM4 STMicroelectronics Virtual COM Port
Please Input The Index Of Port(1 - 2)
2
Port Name: COM4
Open COM4 Success
send: len 16 - 000e03a1616668636d645f70696e6700
waiting...

OS Name Microsoft Windows 11 Pro
Version 10.0.22631 Build 22631

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions