Michael Wimble
unread,Jan 5, 2026, 3:25:58 PM (6 days ago) Jan 5Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hbrob...@googlegroups.com
I currently have 3 custom boards I made, each having a Teensy 4.1 device
plugged into them. In Visual Studio, I compile and download to the
boards. The boards are called board1, board2 and elevator. I have
aliases for, e.g., compileBoard1 and buildBoard1.
Here is a document I wrote that describes how I set up platformIO, how I
create udev rules to make symbolic names for the devices so I'm not
dependent on changing /dev/ttyAMC* names, and how I create aliases in
.bashrc to make this all work. There is a lot more stuff I do in
platformIO that is specific to my hardware and software, but this should
help you get going if you need to do something similar.