Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se

 

Go Back   Doom9's Forum > General > Newbies

 
 
Thread Tools

import serial ser = serial.Serial('COM3', 115200, timeout=1) ser.write(b'VER\r\n') print(ser.readline()) # Should show version 3.2.2 Before motion, send:

It seems you are asking for a proper technical guide for a topic titled — likely a versioned robotics or automation software/hardware project involving serial communication (e.g., RS-232, USB virtual COM port).

Robobasket.3.2.2.with.serial -

import serial ser = serial.Serial('COM3', 115200, timeout=1) ser.write(b'VER\r\n') print(ser.readline()) # Should show version 3.2.2 Before motion, send:

It seems you are asking for a proper technical guide for a topic titled — likely a versioned robotics or automation software/hardware project involving serial communication (e.g., RS-232, USB virtual COM port).


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.