Questions tagged as 'porta-serial'

1
answer

spyder can not read serial port

I created the following test program: import serial porta = '/dev/ttyUSB0' baud_rate = 9600 try: Obj_porta = serial.Serial(porta, baud_rate) valor = Obj_porta.read() print valor Obj_porta.close() except serial.Se...
asked by 19.08.2015 / 21:09
0
answers

Bluetooth Windows Socket - Can not connect to device: (10049)

I am having socket error problems with code 10049 when I try to connect a bluetooth SSP device, serial port service, in Delphi Tokyo 10.2 in the Windows environment using a TBluetoothSocket class. The error occurs at connection time (TBluetoothS...
asked by 17.07.2018 / 19:09
0
answers

Incorrect Serial Port Read (Regardless of Programming Language)

I bought a card that sends data through the serial port and along with it, came the demo software. When using the software, it correctly displays the data (it is RFID reader) 005827006004007914307F76 Corresponding to the chip's Hexadecimal...
asked by 13.09.2017 / 01:17
1
answer

Serial port connection balances using JSSC

I communicate with a scale via a serial port, and today I use the JSSC library, however the hour scale returns are of the weight and time are different characters, searching I came to the conclusion that it can some configuration inform...
asked by 24.06.2016 / 16:30
0
answers

Send bit to specific parallel port pins with php

I need to send a bit (pulse) to specific pins of a parallel port to control some stepper motors ... With the php_serial.class.php class I know how to send a string, but how do I send only a bit and specifically for a port? Is it possible? $...
asked by 07.07.2016 / 16:08
1
answer

C # Read Balance Weight Toledo Line Prix PS 600

Hello, I'm trying to get the weight of a Toledo Model PS 600 scale. I used the example of the link below to perform the communication: rnmioshi toledo Github So far I can capture the COM port where the balance is connected and open the conn...
asked by 08.01.2018 / 16:39