I recently purchased a SparkFun branded BusPirate v3 board and am starting to learn my way around it. I was able to read an EEPROM for example. However I am trying to figure out something that should be much simpler, namely UART.
As I understand it, Live Monitor should show me what is being sent across the monitored wire connected to MOSI. With
Transparent bridge with both Tx and Rx connected I should be able to send in both directions?
The scenario is that I have the BP connected to the Arduino, MISO->Rx(UART Tx) and MOSI->Tx(UART Rx). The processor is held in RESET to prevent it sending/receiving anything and I am attempting to interact only with the UART. I have a terminal open to the Arduino and a second one to the BP, all at the same baud rate. I am seeing comms only in one direction, from the BP to the terminal, but not the other way around.
If I re-enable the processor and connect MISO to Rx then I can see the responses from the running sketch in Live monitor as expected.
If my understanding is correct, then why do I not get bi-directional communications in Transparent bridge?