Lynxmotion LSS1 Arm Mac compatibility

I’m using Python and PySerial to write a controller program. Will I require a driver in order to locate the connected robot and start sending instructions on a port? I don’t need to run the GUI software

1 Like

Hi @fpstidston,

I don’t have a mac to test it with but the LSS Adapter [RB-Lyn-1018] uses a standard FT232 chip and therefore your system should be able to automatically detect and install drivers for the board. This provides a USB-based virtual serial port (VCP drivers).

If you have any issues with the drivers you can have a look here and here.

Sincerely,

1 Like

Thank you @scharette. That driver proved key to the joy

2 Likes