I purchased a couple of Photon’s and the programmers shield last year, didn’t have any time to check it out. I trying to get things going now under windows 10.
When connecting the shield, Windows USB enumerates the FT2332 as
"USB Serial Converter A
"USB Serial Converter B
but no com port.
The web site indicates " The FT2232 chip is setup to provide an USB-JTAG and USB-UART interface simultaneously."
How do I get the Particle to show up on a COM port while I can use the other port for openocd?
What code are you running on your device that would let you see its output?
The settings would need to match the ones, you’ve use for your Serial1.begin(......) statement.
Hi ScruffR, I figured there was some default code pre-loaded on the photon. I hooked up the tx/rx lines to another device and confirmed the com port is working.
But even if it had debug output, that would usually go to Serial which is the USB Serial interface of the Photon and not Serial1 which is the RX/TX USART port.