X2Cscope / pyx2cscope

python implementation of x2cscope
Other
1 stars 0 forks source link

Simplify serial support by lnet 2. - Autoconnect #10

Open MarkWendler opened 11 months ago

MarkWendler commented 11 months ago

Implement autoconnect feature. Scan through available COM ports with 115200Baud.

Example:

from mchplnet.lnet import LNet
l_net = LNet("auto")