Hamidd Hosseini
Hamidd Hosseini

Reputation: 352

Serial Port Communication problem while using UART

I'm trying to send and receive data between a board (Dialog DA14531) and a simulation application of a temperature sensor.

Upvotes: 0

Views: 369

Answers (1)

Hamidd Hosseini
Hamidd Hosseini

Reputation: 352

So, I've figured out a new way to fix the issue:

  • Created a pair of virtual ports by using Com0COM.
  • Connected the simulator to one of these ports and Termite to the other one.
  • Connected the board to the system.
  • Used port forwarding in Termite to send the received data to the board. This way, I can also monitor the data traffic between the board and the simulator.

Upvotes: 0

Related Questions