Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR IN SERIAL COMMUNICATION

DEAR SIR,

      HOW TO DEBUG THE ERROR IN VISA (ERROR CODE -1073807330) FOR SERIAL COMMUNICATION WITH PIC MICROCONTROLLER... I HAVE ATTACHED THE PROGRAM ALONG WITH THIS MAIL ... AND THE VISA SOURCE CODE IS COM, BAUD RATE IS 9600, DATA BIT IS 8 ,STOP BIT IS 1,PARITY IS NONE , AND FLOW CONTROL IS NONE.

0 Kudos
Message 1 of 3
(3,402 Views)

First, delete your parity control and then right click on the VISA Configure Serial Port's parity input and select 'Create Control'. That will eliminate the coercion. If you still get an error, one by one, remove a property inside the function until the error goes away and you determine which property is causing the error.

0 Kudos
Message 2 of 3
(3,398 Views)

What instrument is on the other end and how is it connected?  (I have a sneeking suspicion this is a USB TMC device and most of the serial settings are encapsulated)


"Should be" isn't "Is" -Jay
0 Kudos
Message 3 of 3
(3,394 Views)