the devices like /dev/ttyACMxx will not recognize.
Fix:
add lines
if FindFirst('/dev/ttyAC*', ATTR, sr) = 0 then begin
repeat
if (sr.Attr and ATTR) = Sr.Attr then begin
if Result <> '' then Result := Result + ',';
Result := Result + '/dev/' + sr.Name;
end;
until FindNext(sr) <> 0;
end;
FindClose(sr);
after line 2462 (r270) of synaser.pas
Thanks, also for this great SW!
Am Dienstag, dem 07.11.2023 um 10:57 +0000 schrieb Geby:
abrietzke@arcor.de
Skype: andreas.brietzke
sip:2563920@sipgate.de
sip:andyb@diamondcard.us
Related
Bugs:
#76OK, ttyACM* added