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

USB read working, but USB2Serial doesn't #93

Open
avfoto opened this issue Oct 31, 2022 · 3 comments
Open

USB read working, but USB2Serial doesn't #93

avfoto opened this issue Oct 31, 2022 · 3 comments

Comments

@avfoto
Copy link

avfoto commented Oct 31, 2022

I have a Voltronic Axpert VMIII 24V, when I read data trough hidraw0, my raspberry obtains data without any problem, but when I change the adquisition method to ttyUSB0 without changing the qpiri, qpiws, qmod and qpigs values, can't read data.
Need to change qpiri, qpiws, qmod and qpigs values or must read with ttyUSB0 without any changes?
Do I need to change anything else in the settings?

@Boney35y
Copy link

Do you have /dev/ttyUSB0 under /dev?

I have a generic one of these and use hidraw1 (my ups is on hidraw0) why can you not use hidraw0?

@avfoto
Copy link
Author

avfoto commented Nov 17, 2022

How can I know if ttyUSB0 is under /dev/ ??

Yes, I can use hidraw0, now I'm reading data through hidraw0, but I want to read trough ttyUSB0 too.

@Boney35y
Copy link

if you cd to /dev on your pi and do an ls it will list them all.
Eg:
root@nas:/dev# ls
adsp dvd i2c-12 loop2 nvidia-uvm-tools sdc1 stderr tty2 tty36 tty52 ttyS1 ttyS26 userio

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

2 participants