国产免费AV|泡泡玛特欧洲总部将设在伦敦|中文天堂网www新版资源在线|一本久道综合在线中文|国精产品一二三产区的使用方法|香蕉鱼在线观看|www.27eee
ELEOK
標題:
Python串口助手 TK界面(含源代碼)
[打印本頁]
作者:
coolice
時間:
2020-4-25 17:14
標題:
Python串口助手 TK界面(含源代碼)
學習兩個月的Python ,經過千辛萬苦,熬夜寫的軟件,含有源碼,源碼和編譯好的程序都在附件里
1.jpg
(48.05 KB)
下載附件
2020-4-25 17:11 上傳
#*****************************************************
global but_open_clos_port
but_open_clos_port =Button(frame_set,text='打開串口' ,command=open_close_port)
but_open_clos_port.pack(fill='x')
#*****************************************************
lf_receve_set =LabelFrame(frame_set,text="接收設置")
lf_receve_set.pack(fill='x')
global radb_hex_ascii
radb_hex_ascii = IntVar()
radb_hex_ascii.set(1)
radb_ascii = Radiobutton(lf_receve_set,text='ASCII',variable=radb_hex_ascii,value=1)
radb_ascii.grid(row=0,column=0)
radb_hex = Radiobutton(lf_receve_set,text='HEX',variable=radb_hex_ascii,value=2)
radb_hex.grid(row=0,column=1)
radb_hex_ascii.get()
chekbuvalue_line = IntVar()
checkbu_line = Checkbutton(lf_receve_set,text='自動換行',variable=chekbuvalue_line)
checkbu_line.grid(row=1,column=0,padx=10)
# checkbuvalue_send_show=IntVar()
# checkbu_send_show = Checkbutton(lf_receve_set, text='顯示發送',variable=checkbuvalue_send_show)
# checkbu_send_show.grid(row=2, column=0)
chekbuvalue_time_show = IntVar()
checkbu_time_show = Checkbutton(lf_receve_set, text='顯示時間',variable=chekbuvalue_time_show)
checkbu_time_show.grid(row=3, column=0)
but_clear_txt=Button(lf_receve_set,text='清空接收',command=clear_all_txt)
but_clear_txt.grid(row=0,column=2,padx=20)
……………………
…………限于本文篇幅 余下代碼請下載附件…………
復制代碼
python做的串口助手程序及源碼.rar
(8.13 MB, 售價: 2 E幣)
2020-4-25 17:14 上傳
點擊文件名下載附件
售價: 2 E幣
[記錄]
[
購買
]
歡迎光臨 ELEOK (http://www.afoofa.cn/)
Powered by Discuz! X5.0