Как хранить последовательные данные в массиве?
Здравствуйте, я вчера задал этот вопрос:
( Как мне получить последовательные данные в массив?[^] )
Hi, I am learning VB.net and I am having a difficulty understanding how to define an array. What I have tried: I have a microcontroller wich sends serial data to my VB.NET RS232 program. My target is to store the serial data to an array and access each cell to use the data and modify it. I know C but the syntax of .NET is different and I can't find support on this subject. An example would help me a lot. thanks.
какой - то хороший парень мне очень помог, он мне сказал:
Use the SerialPort class: SerialPort Class (System.IO.Ports)[^] and the SerialPort.Read Method (Byte[], Int32, Int32) (System.IO.Ports)[^] will return an array of bytes. To define an array in VB: Hide Copy Code Dim myArray As Byte() = New Byte(99) {}
Что я уже пробовал:
Я все еще не понимал этого. Так я ему и сказал -
Hey, after long time of trying I still have difficulty to understand how to work with the functions. Maby a code example for that subject will clear all. I guess he still didn't saw it.
Если кто-нибудь еще также может помочь мне, пожалуйста, это будет здорово! спасибо.
с уважением.