Questions tagged as 'ascii'

1
answer

How to read word by word from an Array? [duplicate]

What I'm looking to do is a counter that adds the value of each word in its ASCI code. For example: Hello (H = 45, or = 56, l = -45, a = 23. Total Value = 79). This is the code of my Accountant: public class Accountant { public static f...
asked by 14.12.2018 / 16:47
0
answers

Converting ASCII code extended to character

I have a program in VB.Net that reads from the serial port the characters that come to it: serialPort = My.Computer.Ports.OpenSerialPort(leerPuerto()) serialPort.BaudRate = 9600 serialPort.Parity = IO.Ports.Parity.None serialPort.StopBits = IO...
asked by 03.10.2018 / 17:51
1
answer

Convert an ASCII Array to String Swift 4

I'm doing an app in swift 4 of encrypted and decrypted, the question starts here. when DESENCRIPT returns an Array with the values in ASCII Array    [109, 105, 32, 109, 101, 110, 115, 97, 106, 101, 32, 111, 99, 117, 108, 116, 111] // Encryp...
asked by 21.08.2018 / 21:24
0
answers

Check 2 consecutive ascii watches

X = led on = no led / led off .XX...XX.....XX...XX. ...X....X...X....X..X ...X....X.X.X....X..X .XX...XX.....XX...XX. X.......X.X....X....X X.......X......X....X .XX...XX.....XX...XX. <- 23:59 ......
asked by 14.05.2018 / 05:29
1
answer

Avoid special characters on routes

I am building a filter for a project, one of the filters is filled with this arrangement: this.grupoHorario = ['Todos', 'Madrugada', 'Mañana', 'Tarde', 'Noche']; When the user selects Tomorrow the route that the console shows me is the fo...
asked by 21.03.2018 / 18:06