Re: [Flashforth-devel] Sending Forth files with macOS over USB
Brought to you by:
oh2aun
From: Tristan W. <ho...@tj...> - 2019-11-23 22:14:37
|
Mikael, Grant, Peter, Thank you. I've used Minicom as my interactive comms program for years, but I was not aware of the inter-character delay option. Thank you. On 23Nov19 20:14, Mikael Nordman wrote: > HI. > > ff-shell.py uses a line by line flow control. > It waits to receive a new-line character before sending the next line. > I would have thought that would work with any OS. > I will add options to ff-shell.py for intercharacter delay and > end-of-line delay. > Possible also a character by character flow control. The transfer program I wrote takes the last approach. However, originally I was hoping that somehow, through the USB CDC driver and configuring (in someway I was not aware of) the USB CDC serial port to use CRTSCTS, some emulated flow control would be created and I could avoid the byte by byte software handshaking. My USB/CDC knowledge is too low to speculate as to whether this was wishful thinking or otherwise. Byte by byte gets the Forth to the PIC quickly enough and when it's there it is a joy to use. Best wishes and thanks, Tristan |