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

Filter out .tty ports for Mac users, to only show .cu addresses (Issue #1097) #1136

Closed

Conversation

kkashiva
Copy link
Contributor

Added a new method getCuCommPorts() to W_Networking.pde.

The method filters out .tty ports from the SerialPort library for Mac users and returns the results as a LinkedList

This method is called to store the result as an ArrayList in comPorts, which is then fed to the dropdown.

These changes are made to resolve Issue #1097 opened by @retiutut and as recommended are made in a branch "networking_filter_serial_ports" based off the "development" branch.

Andrey1994 and others added 30 commits June 12, 2022 02:54
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
* data format change (OpenBCI#42)
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
* rm dynamic scaler option, it will be only in brainflow

Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
…flow-streamer-to-networking-test-kit

Add BrainFlow Streaming Board and Streamer tests to Networking Test Kit
…andpower-only-one-band-value-is-sent

Networking LSL avgbandpower only one band value is sent
…tlns for methods to refresh Ganglion devices
retiutut and others added 28 commits January 31, 2023 20:44
…vice-error

Fix NullPointerException when no Audio Device is available from the OS
…flow-process' of https://github.com/OpenBCI/OpenBCI_GUI into 1102-error-starting-streaming-board-from-external-brainflow-process
…aming-board-from-external-brainflow-process

Fix error starting streaming board from external brainflow process
Supports Cyton mode only in this PR
…xis-label-not-showing-if-last-channel-is-hidden

1129 fix time series x axis label not showing if last channel is hidden
…e-settings-button-not-working-after-resizing

Fix Hardware Settings button not clickable after resize
Refactor the creation and playback of OpenBCI GUI data files
CytonDaisy over-the-air sampling rate is 125, but it happens to store to SD card at 250. Tested and confirmed twice.
…ayback-samplingrate

Fix CytonDaisy + SD Card sampling rate
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

Successfully merging this pull request may close these issues.

None yet

4 participants