Pyserial and some half-duplex woes.

2020-09-03 Thread Mark Barton
Hey All, I am using Microchip's Python program to download code to a PIC32 microprocessor via Pyserial. There is also Microchip's bootloader code running on the PIC side. This works very well using the a standard serial hardware directly connected to a USB to serial adapter to one of the PIC

Re: Talking to a 'C' program

2013-11-08 Thread Mark Barton
On 11/8/13 9:23 AM, John Pote wrote: Hi all, I have the task of testing some embedded 'C' code for a small micro-controller. Thought it would be a good idea to test it on the PC first to make sure the algorithm is correct then perhaps test it on the controller via RS232 and an appropriate wra