Search the Community
Showing results for tags 'serial port'.
-
Hello, I'm developing an application to play "Battleship" with another opponent through serial communication. I currently have the following difficulty: I have not been able to fill the Array with my opponent's ships, I can modify a position, but by changing the position, the result of the previous position returns to its original value. VI operation: For my turn, using the radio buttons, I select the coordinate and press the SEND button. My opponent answers me with a 1 if I hit or with a 0 if I failed, this data is what I couldn't keep in the array. Best regards, 3Q.vi
-
- shift registers
- serial port
-
(and 3 more)
Tagged with:
-
Hello, I need a little help. I want to send from LabVIEW to Arduino via serial port the string for example "ABC" and so on. The problem is that when I send the string from LabVIEW .......the Arduino do nothing. Sometimes shows some kind of sign. When I send the string via Visual Studio it works perfectly. Is there someone who can help me. I attached picture of vi and Arduino code Thank you very much. Arduino code.txt
- 6 replies
-
- 1
-
-
- serial port
- labview
-
(and 2 more)
Tagged with:
-
hello all i going to connect to serial port with labview but not with VISA i want connect with DLL i wrote a program on labview but that have a probelm this commg.dll is for connecting to serial port please see! serial.vi commg.dll.txt
-
Hi everybody, I'm working with the serial communication port and even though I'm flushing both the buffers (either the receiver and the transmitter) when I go to read the answer to the command I've already sent on the bus I also read the echo of the command. The flush functions are set before the reading procedure then I guessed this functions cleans both the buffers on the serial device but it doesn't do it. So, can anyone explain to me how exactly work the flush function on the serial port? Thank you in advance.
- 3 replies
-
- serial port
- serial comunication
-
(and 1 more)
Tagged with: