Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Pyserial Issues with Python3.7 and Fluke Multimeter
Post: RE: Pyserial Issues with Python3.7 and Fluke Multi...

[quote='DeaD_EyE' pid='51872' dateline='1530950771'] Quote:If you're able to open the port again, then send bytes and not a str. ser.write(b'SENS:VOLT:RANG 10 \r\n')or ser.write('SENS:VOLT:RANG 10 \r\...
jfisher930 Data Science 11 20,915 Jul-09-2018, 02:30 PM
    Thread: Pyserial Issues with Python3.7 and Fluke Multimeter
Post: RE: Pyserial Issues with Python3.7 and Fluke Multi...

Ive tried both \r\n and \n both still providing the same error. My machine is capable of taking in any either <CR>, <LF> or the combination of <CR><LF> Adding the code you rec...
jfisher930 Data Science 11 20,915 Jul-06-2018, 09:18 PM
    Thread: Pyserial Issues with Python3.7 and Fluke Multimeter
Post: RE: Pyserial Issues with Python3.7 and Fluke Multi...

Thank you Larz60+, i will be sure to correctly post in the future. Here is the error i am seeing. Error:Traceback (most recent call last): File "C:\Users\JeffF\Desktop\Python 3.7\Fluke 8846A Mesurem...
jfisher930 Data Science 11 20,915 Jul-06-2018, 08:07 PM
    Thread: Pyserial Issues with Python3.7 and Fluke Multimeter
Post: Pyserial Issues with Python3.7 and Fluke Multimete...

Hello All, I am having issues running a very simple code to a Fluke 8846A Multimeter. very curious as to what is wrong with such a simple code. Any help would be much appreciated import serial impo...
jfisher930 Data Science 11 20,915 Jul-06-2018, 06:55 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020