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

add mac quick-setup #4

Merged

Conversation

tringenbach
Copy link
Contributor

No description provided.

@lersi
Copy link

lersi commented May 10, 2024

Thank you very much for this amazing details!
I like the fact that you mentions several ways to connect to the serial port, so users can choose what is best for them.

@tringenbach
Copy link
Contributor Author

tringenbach commented May 10, 2024

Thank you very much for this amazing details! I like the fact that you mentions several ways to connect to the serial port, so users can choose what is best for them.

For what it's worth, what I've actually been using is cu with iTerm2 (version 3.4.22).

I'm using iTerm2 because, well, that's just the terminal I normally use for everything.

I tried using screen before I tried cu, and it worked but the colors were mostly missing. It that's something I could fix in either screen's configuration or in BusPirate's firmware, but I haven't dug into it since cu has been working for me. (At a previous job I used screen every day, but I changed jobs and haven't used it regularly in quite a while now.)

It took me a bit of googling to find something that worked to connect to BP, so I figured I should document it.

A lot of examples I found passed in baud and stop bit arguments, etc, but I found that those weren't necessary so I left them off to simplify the commands.

Also, I want to say I had to change a backspace / ^H setting in iTerm2, so that might be worth documenting too, but I wanted to get this out here sooner rather than later.

@lersi
Copy link

lersi commented May 11, 2024

I could fix in either screen's configuration or in BusPirate's firmware.

I have already added support for 256 ANSI colors in bus pirate firmware, it's the third option in the color configuration menu.
In addition, the release versions of screen do not yet support RGB colors, but the master branch is, so probably the next release of screen will support RGB colors

@tringenbach
Copy link
Contributor Author

Ah, so that's what's going on!

Ok, I updated the PR to correctly explain the color situation. I also switched to consistently using the cu.usbmodem version of the devices, and a couple of other minor things.

Anything else I should change?

@DangerousPrototypes DangerousPrototypes merged commit de4d3c7 into DangerousPrototypes:main May 16, 2024
@DangerousPrototypes
Copy link
Owner

Thank you so much!

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

3 participants