Teddy Xiong

Results 19 comments of Teddy Xiong

![image](https://github.com/yaacov/node-modbus-serial/assets/37511568/9e8021dd-210c-4f61-af73-95c0f0649127)

https://github.com/frangoteam/FUXA/issues/1030#issue-2055091338 in this issue, first picture 00 25 00 00 00 0B 01 10 00 04 00 02 04 00 00 00 00 00 26 00 00 00 06 01...

According to the information I collected I think it can ensure that the node runtime uses sync mode when writing buffers to the kernel through native code. and get the...

> @teddy1565 the drain is exactly what I found here. I think that probably will create some kind of delay in the communications, but only for this type of application...

I got another tidbits maybe it's just a TCP packet fragmentation problem?

@rvbatista HI! Can I get the current status of the latest news?

in my understanding Angular is a frontend develop framework modbus-serial is a backend library One of the most obvious possibility questions Frontend not support Buffer, Frontend only have ArrayBuffer it's...

> > 在我的理解中,Angular 是一个前端开发框架 > > > > > > modbus-serial 是一个后端库 > > > > > > 最明显的可能性问题之一:前端不支持 Buffer,前端只有 ArrayBuffer,这是前端和后端执行环境之间最大的区别。 > > > > 如何转为不同类型的数据,比如float,short, word等,我试图用data.buffer.readFloatBE()转化但是得到的结果不正确,请问该如何正确拿到对应类型的值 Show your code?

can you provide full code? I intuitively think this is more likely because you are not familiar with the Electron development framework.