Vertaling van "serialread" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Polecenie SerialRead() obecnie odczytuje tabele ciągów.
Operacja SerialRead() mogła zawieść, jeżeli określono znak terminatora, a strumień wejściowy dostarczył więcej niż jeden bufor danych zanim terminator został znaleziony.
SerialRead() could fail if you specified a terminator character and the input stream supplied more than one buffer of data before a terminator was found.
Funkcja skryptowa SerialRead() została zmieniona by poprawnie radzić sobie z sytuacjami, w których urządzenie zewnętrzne dostarcza dużych ilości tekstu pomiędzy każdym znakiem końca linii.
The SerialRead() script function has been altered so that it deals correctly with situations where the external device supplies large amounts of text between each line terminator.
Funkcja SerialRead() nie oczekiwała przez jedną sekundę na nadejście danych - teraz czeka.
SerialRead() was not waiting up to 1 second for data to arrive, now it does.
Komenda SerialRead() mogła zawieszać Spike2 jeżeli ustawiono odczyt z terminatorem, a podłączone urządzenie wytransmitowało więcej niż 1024 znaki bez terminatora. Zmiany
SerialRead() could crash Spike2 if you specified a read with a terminator and the connected device transmitted more than 1024 characters without a terminator.
Polecenia SerialRead() i SerialWrite() mogą obecnie obsługiwać dane binarne.
SerialRead() and SerialWrite() can now handle binary data. Fixes