- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
此代码用于设置系统(我向系统发送命令以使其闪烁,但首先我需要通过逐个命令发送命令来设置环境,并读取系统的输出以查看我发送的命令是否解释得很好)。我需要优化它。
优化此代码的最优雅方法是什么?我正在考虑添加一个包含所有命令的数组,然后将它们放入 for 循环中!!请分享您的想法!
try:
ser = serial.Serial("COM32", baudrate=115200, timeout=0, stopbits=serial.STOPBITS_ONE)
if ser.isOpen():
print(ser.name + ' is open...')
else:
print(ser.name + ' is closed...')
if command1 == 'exit' or command2 == 'exit' or command3 == 'exit' or command4 == 'exit' or command5 == 'exit' or command6 == 'exit' :
ser.close()
exit()
else:
l2 = []
for c in command1: # in Python, a string is just a sequence, so we can iterate over it! "setenv qnx_ifs_name 'ifs-rcar_h3.bin';"
l2.append(ord(c))
l2.append(13)
l2.append(10)
print(l2)
l2_byte = bytearray(l2)
print(l2_byte)
ser.write(l2_byte)
out = ser.read(1000000000)
print(out)
time.sleep(1)
l2 = []
for c in command2: # in Python, a string is just a sequence, so we can iterate over it!
l2.append(ord(c))
l2.append(13)
l2.append(10)
print(l2)
ser.write(l2)
out = ser.read(1000000000)
print(out)
time.sleep(1)
l2 = []
for c in command3: # in Python, a string is just a sequence, so we can iterate over it!
l2.append(ord(c))
l2.append(13)
l2.append(10)
l2.append(10)
l2.append(10)
print(l2)
ser.write(l2)
out = ser.read(1000000000)
print(out)
time.sleep(5)
l2 = []
for c in command4: # in Python, a string is just a sequence, so we can iterate over it!
l2.append(ord(c))
l2.append(13)
l2.append(10)
print(l2)
ser.write(l2)
out = ser.read(1000000000)
print(out)
time.sleep(1)
#
l2 = []
for c in command5: # in Python, a string is just a sequence, so we can iterate over it!
l2.append(ord(c))
l2.append(13)
l2.append(10)
l2.append(10)
l2.append(10)
print(l2)
ser.write(l2)
out = ser.read(1000000000)
print(out)
time.sleep(8)
#
l2 = []
for c in command6: # in Python, a string is just a sequence, so we can iterate over it!
l2.append(ord(c))
l2.append(13)
l2.append(10)
print(l2)
ser.write(l2)
out = ser.read(1000000000)
print(out)
time.sleep(10)
#
l2 = []
for c in command7: # in Python, a string is just a sequence, so we can iterate over it!
l2.append(ord(c))
l2.append(13)
l2.append(10)
l2.append(10)
l2.append(10)
print(l2)
ser.write(l2)
out = ser.read(1000000000)
print(out)
time.sleep(10)
#
l2 = []
for c in command8: # in Python, a string is just a sequence, so we can iterate over it!
l2.append(ord(c))
l2.append(13)
l2.append(10)
l2.append(10)
l2.append(10)
print(l2)
ser.write(l2)
out = ser.read(1000000000)
print(out)
time.sleep(10)
l2 = []
for c in command9: # in Python, a string is just a sequence, so we can iterate over it!
l2.append(ord(c))
l2.append(13)
l2.append(10)
print(l2)
ser.write(l2)
out = ser.read(1000000000)
print(out)
time.sleep(1)
l2 = []
for c in command10: # in Python, a string is just a sequence, so we can iterate over it!
l2.append(ord(c))
l2.append(13)
l2.append(10)
print(l2)
ser.write(l2)
out = ser.read(1000000000)
print(out)
time.sleep(1)
l2 = []
for c in command11: # in Python, a string is just a sequence, so we can iterate over it!
l2.append(ord(c))
l2.append(13)
l2.append(10)
print(l2)
ser.write(l2)
out = ser.read(1000000000)
print(out)
time.sleep(1)
l2 = []
for c in command12: # in Python, a string is just a sequence, so we can iterate over it!
l2.append(ord(c))
l2.append(13)
l2.append(10)
print(l2)
ser.write(l2)
out = ser.read(1000000000)
print(out)
time.sleep(1)
l2 = []
for c in command13: # in Python, a string is just a sequence, so we can iterate over it!
l2.append(ord(c))
l2.append(13)
l2.append(10)
l2.append(10)
l2.append(10)
print(l2)
ser.write(l2)
out = ser.read(1000000000)
print(out)
time.sleep(5)
l2 = []
for c in command14: # in Python, a string is just a sequence, so we can iterate over it!
l2.append(ord(c))
l2.append(13)
l2.append(10)
print(l2)
ser.write(l2)
out = ser.read(1000000000)
print(out)
time.sleep(10)
l2 = []
for c in command15: # in Python, a string is just a sequence, so we can iterate over it!
l2.append(ord(c))
l2.append(13)
l2.append(10)
print(l2)
ser.write(l2)
out = ser.read(1000000000)
print(out)
time.sleep(20)
while ser.read():
print('serial open')
print('serial closed')
ser.close()
except serial.serialutil.SerialException:
print ('exception')
最佳答案
您可以将所有命令保存到列表中并遍历列表,并根据命令类型将额外的 \n
字符添加到 l2
数组并相应地管理 sleep 时间也是如此。希望以下代码对您有所帮助-
try:
ser = serial.Serial("COM32", baudrate=115200, timeout=0, stopbits=serial.STOPBITS_ONE)
if ser.isOpen():
print(ser.name + ' is open...')
else:
print(ser.name + ' is closed...')
all_commands = [command1, command2, command3, command4, command5, command6, command7, command8,
command9, command10, command11, command12, command13, command14, command15]
exit_commands = all_commands[:6]
if 'exit' in exit_commands:
ser.close()
exit()
else:
sleep10_commands = all_commands[5:8] + all_commands[13:14]
sleep5_commands = all_commands[2:3] + all_commands[12:13]
sleep8_commands = all_commands[4:5]
sleep20_commands = all_commands[14:15]
extra_nw_line_commands = [all_commands[2], all_commands[4], all_commands[6], all_commands[7], all_commands[12]]
for command in all_commands:
l2 = [ord(c) for c in command]
l2.extend([13, 10])
if command in extra_nw_line_commands:
l2.extend([10, 10])
print(l2)
l2_byte = bytearray(l2)
print(l2_byte)
ser.write(l2_byte)
out = ser.read(1000000000)
print(out)
sleep_time = 1
if command in sleep10_commands: sleep_time = 10
elif command in sleep5_commands: sleep_time = 5
elif command in sleep8_commands: sleep_time = 8
elif command in sleep20_commands: sleep_time = 20
time.sleep(sleep_time)
while ser.read():
print('serial open')
print('serial closed')
ser.close()
except serial.serialutil.SerialException:
print ('exception')
关于python - 我怎样才能添加一个for循环来减少这段代码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57884084/
我是 Bison 解析的新手,我无法理解它是如何工作的。我有以下语法,其中我保留了最低限度的语法来突出问题。 %left '~' %left '+' %token T_VARIABLE %% star
我链接了 2 个映射器和 1 个缩减器。是否可以将中间输出(链中每个映射器的 o/p)写入 HDFS?我尝试为每个设置 OutputPath,但它似乎不起作用。现在,我不确定是否可以完成。有什么建议吗
我正在编写一些代码来管理自定义磁盘文件结构并将其同步到未连接的系统。我的要求之一是能够在实际生成同步内容之前估计同步的大小。作为一个简单的解决方案,我整理了一个包含完整路径文件名的 map ,作为高效
我来自一个 SQL 世界,其中查找由多个对象属性(published = TRUE 或 user_id = X)完成,并且有 任何地方都没有加入 (因为 1:1 缓存层)。文档数据库似乎很适合我的数据
在 R 中,我有一个整数向量。从这个向量中,我想随机减少每个整数元素的值,以获得向量的总和,即初始总和的百分比。 在这个例子中,我想将向量“x”减少到向量“y”,其中每个元素都被随机减少以获得等于初始
我发现自己遇到过几次我有一个 reducer /组合 fn 的情况,如下所示: def combiner(a: String, b: String): Either[String, String]
Ubuntu 12.04 nginx 1.2.4 avconv版本 avconv version 0.8.10-4:0.8.10-0ubuntu0.12.04.1, Copyright (c) 200
我是 R 编程语言的新手。我有一个包含 2 列(ID 和 Num)的数据集,如下所示: ID Num 3 8 3 12 4 15 4 18 4
我正在使用高阶函数将函数应用于向量中的每个元素并将结果作为标量值返回。 假设我有: v = c(0, 1, 2, 3, 4, 5, 6, 7, 8) 我想计算以左边 5 个整数为中心的所有这些整数的总
关闭。这个问题需要debugging details .它目前不接受答案。 编辑问题以包含 desired behavior, a specific problem or error, and th
这个问题在这里已经有了答案: How to write the dataframes in a list to a single csv file (2 个回答) 5年前关闭。 我正在尝试使用 Red
刚开始学习CUDA编程,对归约有些迷茫。 我知道与共享内存相比,全局内存有很多访问延迟,但我可以使用全局内存来(至少)模拟类似于共享内存的行为吗? 例如,我想对长度恰好为 BLOCK_SIZE * T
我经常使用OptiPNG或pngcrush减小PNG图像的文件大小。 我希望能够从.NET应用程序中以编程方式执行此类操作。我正在动态生成要发送到移动设备的PNG,因此我想减小文件大小。 图像质量很重
减少和减少让您在序列上累积状态。 序列中的每个元素都会修改累积的状态,直到 到达序列的末尾。 在无限列表上调用reduce 或reductions 有什么含义? (def c (cycle [0]))
这与R: use the newly generated data in the previous row有关 我意识到我面临的实际问题比我在上面的线程中给出的示例要复杂一些 - 似乎我必须将 3 个
有什么办法可以减少.ttf字体的大小?即如果我们要删除一些我们不使用的glyps。 最佳答案 使用Google Web Fonts,您可以限制字符集,例如: //fonts.googleapis.co
我需要在iOS中制作一个应用程序,在她的工作过程中发出类似“哔”的声音。 我已经使用MPMusicPlayerController实现了与背景ipod的交互。 问题: 由于来自ipod的音乐音量很大,
我有一个嵌套 map m,如下所示: m = Map("电子邮件"-> "a@b.com", "背景"-> Map("语言"-> "英语")) 我有一个数组arr = Array("backgroun
有什么原因为什么不应该转发map / reduce函数中收到的可写内容? 我的意思是-每个map / reduce函数都有一个可写的键/值,并可能发出一个键/值对。如果我想执行一些过滤,我应该只发出接
假设我有一个数据列表 val data = listOf("F 1", "D 2", "U 1", "D 3", "F 10") 我想执行每个元素的给定逻辑。 我必须在外部添加 var acc2 =
我是一名优秀的程序员,十分优秀!