Maintenance notice: These forum archives are read-only, and will be removed shortly. Please visit our forums at their new location, https://www.evilmadscientist.com/forums/.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
ebb_serial.command( portName, 'EM,0,0\r')
. For the actual command to send, look at the PO command in the EBB command set documentation:In looking at at http://www.schmalzhaus.com/EBB/EBB/EBB_v23/EBB_v23_brd.pdf the pins for rows B0 through B7 appeared to me to be unnumbered (see below). Each of those pins labeled as ground have a "+" sign inside the circle, so I figured that I should check to make sure I was looking at /looking for the right thing.
So, not having pin numbers to go by there, I used “outboard” to mean the ground and signal pins, and not the (“inboard”) 5v pin. Sorry I didn’t come up with a better description.
What was not clear to me was that B0 through B7 number individual pins, and not the row of three pins as a unit.
My confusion on the schematic was that the pins are numbered RB0 through RB7 rather than B0 through B7. I should have picked up on that.
Anyway, I think your last response takes care of my hardware questions.
I’ll try to get the Python changes made over the weekend and test it out.
Thanks for your help.