Re: [Flashforth-devel] Issues controlling flashforth from windows application via usb serial port
Brought to you by:
oh2aun
From: Mikael N. <mik...@fl...> - 2018-04-21 20:26:03
|
You are right. FF does not store new serial settings. I removed that part when I made the USB code as small as possible. Maybe I can put it back, I did not realize it would cause problems, since the terminal emulators do not seem to care about that part. BR Mikael On 2018-04-21 18:25, Bob Edwards via Flashforth-devel wrote: > > Is the flashforth usb port fully compliant to the standard? Calling > the api to read the settings of the port completes successfully > (returns the DCB structure) but writing a modified DCB to the port > fails (to set 9600,n,8,1,n,Xon/Xoff etc ). Doing the same thing to > COM1 works. This is probably what prevents the labview library from > opening the port since it assumes you would always want to set baud > rate etc. > Cheers, Bob G4BBY |