-
Notifications
You must be signed in to change notification settings - Fork 37
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
Use different serial port #12
Comments
Hi Actpohomoc, Thank you for your interesting and helpful suggestive question! In the wiring aspect, you should connect USB serial and MH-Z19 as follows: USB Serial MH-Z19
|
Hello, i have the same problem. ls -l /dev/serial/by-id => lrwxrwxrwx 1 root root 13 Jul 29 18:56 usb-FTDI_FT232R_USB_UART_A50285BI-if00-port0 -> ../../ttyUSB0 |
HI TBR-BRD, How was the result of using /dev/ttyUSB0? By the way, I recommend you the general way to find USB serial:
Please tell me the result! Sorry for my late reply due to my travel. |
Hi TBR-BRD, Actpohomoc I've added --serial_device option for specifying a specific serial device.
I'm appreciated your feedback! |
Hi, thank you for your work. I will test it later this week. Thanks
… Am 11.08.2019 um 08:53 schrieb Dr. Takeyuki Ueda ***@***.***>:
Hi TBR-BRD,
I've added --serial_device option for specifying a specific serial device.
Please try it with the latest version of the library as follows:
sudo python -m mh_z19 --serial_device /dev/ttyUSB0
Thanks, and sorry for my late reaction due to my summer vacation. Now, I've returned back home.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#12?email_source=notifications&email_token=ABV6FXHCE6BFNWFTWIR5YYTQD6ZPLA5CNFSM4IHI52I2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4A3GZQ#issuecomment-520205158>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ABV6FXBCOLW43TVDGKXES43QD6ZPLANCNFSM4IHI52IQ>.
|
no feedback. |
I have used already built-in serial connection for RFID reader. Is there way to use USB serial device to get information from CO2 sensor?
Or implement software serial like we have it on Arduino.
The text was updated successfully, but these errors were encountered: