Search the Community
Showing results for tags 'Serial Port'.
-
Although serial ports are disappearing, they can still be useful. Here is a COMMs UDF. It provides an easy way to use serial ports without the restrictions and problems some methods have. USB to serial is ok, binary data is ok. This UDF requires my comMG.dll which can be in either the script fo...
- 680 replies
-
- serial port
- virtual port
-
(and 2 more)
Tagged with:
-
Hi all, I got this code and would like to be able to change Baud Rate and instead of sending character by character i would like to be able (if possible) to send whole string. But i don't know how to change it. I am taking input from file and processing whole line (this is done in FilesHan...
-
- kernel32.dll
- serial port
-
(and 1 more)
Tagged with:
-
Hello, I can easily find my modem comport number using the code below:- #include <FileConstants.au3> #include <MsgBoxConstants.au3> #include <WinAPIFiles.au3> Global $key = RegRead("HKLM\HARDWARE\DEVICEMAP\SERIALCOMM","\Device\ssudmdm0000") Local $iError = 0 If @error Th...
- 10 replies
-
- com port
- serial port
-
(and 1 more)
Tagged with:
-
Hi. I have several different devices connected to my desktop PC with USB COM adapters. Sometimes there is some error that will cut my USB COM device communication (usualy caused by lose USB connector)... After reconnecting that USB COM adapter, by some reason, Windows will gi...
- 1 reply
-
- com port
- serial port
-
(and 1 more)
Tagged with:
-
This topic is a complement of therealhanuta´s >CommAPI - Serial and parallel communication with Windows API I think these routines are great, as they are simple to use, and use windows API with NO DLL´s. It is about tips in receiving binary data thru a serial port, including value 0 (=end of str...
- 9 replies
-
- RS232
- serial port
-
(and 2 more)
Tagged with: