Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows serial port #47

Open
dwalton65 opened this issue Jul 21, 2023 · 1 comment
Open

Windows serial port #47

dwalton65 opened this issue Jul 21, 2023 · 1 comment

Comments

@dwalton65
Copy link

Does wishbone-tool currently work on Windows 10 via a serial port?
I am using the pre built wishbone-tool-v0.7.8-x86_64-pc-windows-gnu.tar.gz

wishbone-tool --serial COM3: 0x00000000
returns:
Error: "invalid configuration: invalid serial port: bad address or path"

COM3 is a FT232RL USB serial interface. I can open COM3 with a serial terminal

@dwalton65
Copy link
Author

I just tried wishbone-tool-v0.6.17-x86_64-pc-windows-gnu.tar.gz

The following commands worked:
wishbone-tool --serial COM3: 0x40000000 0x55555555
wishbone-tool --serial COM3: 0x40000000

The following command just outputs blank lines.
wishbone-tool --serial COM3: -s terminal --csr-csv csr.csv

The following command works with wishbone-tool-v0.7.8-armv7-unknown-linux-gnueabihf.tar.gz when run on a beaglebone black:
wishbone-tool -u /dev/ttyO4 -s terminal --csr-csv csr.csv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant